Time zone · Africa

EAT

East Africa Time

East Africa Time stretches across the horn and coastlines of Africa, keeping close to 10 countries like Ethiopia, Kenya, and Tanzania in steady coordination year-round. Living here means no daylight saving surprises, making cross-border calls and events reliably straightforward.

UTC+03:00 standard10 IANA zones20 cities
Current time in EAT☾ Night
23:04:54

Friday, June 5, 2026

☾ NIGHT 06:0412:2318:42
Standard
EAT · +3
IANA zones
10

Current offset

UTC+03:00

Standard · EAT

Daylight saving

Not observed

Year-round standard time

IANA zones

10

None observe daylight saving

DST offset

No summer variant

About EAT

A fixed, year-round offset.

East Africa Time stretches across the horn and coastlines of Africa, keeping close to 10 countries like Ethiopia, Kenya, and Tanzania in steady coordination year-round. Living here means no daylight saving surprises, making cross-border calls and events reliably straightforward.

IANA zones · the technical identifiers

The 10 zones that resolve to EAT.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Africa/Addis_AbabaAddis_Ababa— None
Indian/AntananarivoAntananarivo— None
Africa/AsmaraAsmara— None
Indian/ComoroComoro— None
Africa/Dar_es_SalaamDar_es_Salaam— None
Africa/DjiboutiDjibouti— None
Africa/KampalaKampala— None
Indian/MayotteMayotte— None
Africa/MogadishuMogadishu— None
Africa/NairobiNairobi— None

Cities currently on EAT

The same hour, city by city.

20 cities · all UTC+03:00

Where EAT is used

10 countries.

Same offset · UTC+03:00

Other zones at UTC+03:00 right now.

These named zones share EAT's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

How many countries share this code?
10 African countries, plus Madagascar, follow East Africa Time.
Do clocks change here?
No country observing EAT uses daylight saving, so the offset stays constant.
Why does East Africa stay on a single offset?
Being near the equator means daylight length barely shifts through the year, so there is little historical need to adjust clocks.
Are all members a single hour ahead of UTC like the name implies?
Yes, every member sits at UTC+03:00, roughly three hours ahead of Greenwich.
What sorts of business implications does this stability have?
Tech, NGO, and tourism teams in places like Nairobi, Addis Ababa, or Dar es Salaam can schedule without worrying about unexpected UTC drift.

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