Africa · Uganda

Current time in Kampala

East Africa Time.

EAT · UTC+03:00IANA: Africa/Kampala0.32° N · 32.55° E
Current time☀ Daylight
06:26:21

Sunday, May 31, 2026

☾ NIGHT 06:4312:4718:51
Sunrise
06:43
Solar noon
12:47
Sunset
18:51

Offset right now

UTC+03:00

East Africa Time · EAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Kampala time

Kampala keeps one clock.

Sitting just 0.3 degrees north of the equator, Kampala—Uganda’s lively capital—enjoys nearly 12 hours of sunshine every day of the year, so meetings never shift around with seasons. The workweek here runs Monday to Friday, with most offices humming from 8:00 a.m. to 5:00 p.m. in a fixed East African Time (UTC +03:00) that keeps employees perfectly synced with Nairobi and just one hour ahead of Dar es Salaam.

Frequently asked questions

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

Does Kampala change clocks for daylight‑saving time?
No—Uganda has never observed daylight‑saving time, so your calendar in Kampala stays consistent all year long.
How does being so close to the equator affect the day?
Sunrise and sunset in Kampala vary by only about 30 minutes across the entire year, giving teams a predictable 12‑hour workday without the creeping‑light surprises you’d see in higher‑latitude cities.
When’s the best global overlap for a Kampala‑based team?
Monday–Friday, 9:00–12:00 EAT (UTC +03:00) lines up neatly with early‑morning Europe and late‑night parts of the U.S. West Coast, offering a comfortable three‑hour window for real‑time collaboration.
Do Ugandan public holidays follow the same time‑zone logic?
Yes—national holidays like Independence Day (Oct 9) and Labour Day (May 1) are observed at the same local time across all of Uganda, which spans only one time zone, so there’s no intra‑country offset confusion for distributed teams.
Is the 8 a.m.–5 p.m. office window truly standard?
Most formal workplaces—government ministries, banks, NGOs—adopt roughly 8 a.m.–5 p.m., but many multinationals and tech startups nudge start times to 8:30 or even 9 a.m., especially to dodge the worst of Kampala’s infamous traffic jams.
How does East African Time connect Uganda to the wider region?
Kampala shares EAT (UTC +03:00) with Kenya, Tanzania, Ethiopia and a handful of Indian Ocean islands, making it easy to schedule pan‑East‑African webinars or investor updates without mental time‑zone math.

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