Africa · Eastern Africa · Sovereign state

Current time in Uganda

A single time zone at UTC+03:00.

Time in Kampala☀ Daylight
06:26:41

Sunday, May 31, 2026

☾ NIGHT 06:4312:4718:51
Zone
EAT
UTC
UTC+03:00
IANA
Africa/Kampala

About Uganda's time

A single time zone.

Uganda operates entirely on East Africa Time (EAT), which is UTC+3:00, and does not observe daylight saving time. This consistent time standardization simplifies coordination across its borders, especially with neighboring Kenya and Tanzania.

Major cities

Cities of Uganda.

Did you know?

Things about Uganda's time.

Fact · 01

Uganda's adoption of East Africa Time aligns it with its regional neighbors, facilitating cross-border activities and communication within the East African Community. The lack of daylight saving time means there is no need for biannual clock adjustments, providing a stable schedule for both residents and travelers.

Frequently asked questions

Common questions about Uganda's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

What is Uganda's standard time and does it change for daylight saving?
Uganda uses East Africa Time (UTC+3:00) year-round and does not observe daylight saving time.
Is Uganda in the same time zone as Kenya and Tanzania?
Yes, Uganda shares the East Africa Time zone (UTC+3) with Kenya and Tanzania, which can be convenient for travel and communication in the region.
Are there any exceptions within Uganda regarding time zones?
No, the entire country follows the same time zone and there are no exceptions or regional differences in Uganda.
Why doesn't Uganda observe daylight saving time?
Daylight saving time is not observed in Uganda, likely due to its proximity to the equator where daylight hours are relatively consistent throughout the year.

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
}
}
]
}