Africa · Uganda

Current time in Nansana

East Africa Time.

EAT · UTC+03:00IANA: Africa/Kampala0.36° N · 32.53° E
Current time☀ Daylight
07:38:32

Tuesday, June 2, 2026

06:4312:4718:52
Sunrise
06:43
Solar noon
12:47
Sunset
18:52

Offset right now

UTC+03:00

East Africa Time · EAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Nansana time

Nansana keeps one clock.

Life near the equator in Nansana means consistent sunrises and sunsets year-round, so your workday length feels steady. Remote teams find it easy to coordinate here because the clock never jumps.

Frequently asked questions

Common questions about Nansana's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Why does Nansana hardly notice seasonal clock shifts?
Because the city sits almost on the equator, sunrise and sunset change very little, making daily routines naturally stable.
Does Nansana ever use daylight saving time?
No, Nansana and the rest of Uganda keep standard time all year, so no periodical time jumps affect meetings or schedules.
How does Nansana's location help international teams?
Its steady UTC+3/EAT time zone works well as a bridge between Europe, Africa, and parts of Asia for virtual collaboration.
How long is a typical workday in Nansana?
Thanks to roughly 12 hours of daylight all year, most people work a standard daytime schedule without worrying about seasonal darkness or oversunlight.
Are public holidays tied to the calendar or to seasonal changes?
Most Ugandan holidays follow the calendar, so they stay easy to predict regardless of the relatively constant daylight.
Is the clock ever out of sync with sunrise in Nansana?
Generally not much—sunrise stays close to early morning all year because of the near-equatorial position.

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}