Africa · Ethiopia

Current time in Addis Ababa

East Africa Time.

EAT · UTC+03:00IANA: Africa/Addis_Ababa9.03° N · 38.70° E
Current time☾ Night
00:18:47

Saturday, June 6, 2026

☾ NIGHT 06:0412:2318:42
Sunrise
06:04
Solar noon
12:23
Sunset
18:42

Offset right now

UTC+03:00

East Africa Time · EAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Addis Ababa time

Addis Ababa keeps one clock.

In Ethiopia’s high-altitude capital, office life runs to a steady East African rhythm, with many workers starting earlier as the equatorial sun rises and sets at almost the same time year-round, so teams abroad can expect meeting slots to feel consistent and predictable.

Frequently asked questions

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

How does the lack of daylight saving affect scheduling?
Ethiopia never shifts clocks, so the offset stays the same all year, making Addis Ababa a stable reference point for remote teams.
When is the sun roughly up?
Because Addis Ababa sits near the equator, sunrise and sunset vary very little, hovering around 6:00–6:30 AM and 6:30–7:00 PM local time most of the year.
How does the altitude affect work rhythms?
At over 2,000 meters above sea level, the city can feel cooler and thinner, which can make workers prefer starting earlier and wrapping up earlier to avoid afternoon fog or chill.
Why does Addis Ababa use an offset that’s not exactly a whole hour?
Historically, Ethiopia’s civil time is close to local solar time rather than standard meridian time, which is why Addis Ababa’s offset is 3 hours ahead of UTC instead of a more common 2 or 4 hours.
What does the constant 180-minute offset mean for global calls?
For teams elsewhere in East Africa, scheduling is simple: Addis Ababa rarely differs by more than minutes from neighbors, so a single East African meeting slot often works for several countries.
Why is sunlight so uniform throughout the year?
The city’s equatorial latitude means the sun’s path across the sky barely changes, giving nearly 12 hours of daylight every day and very little seasonal shift in working light.
How does the calendar affect time coordination?
Ethiopia uses its own calendar, which is roughly 7–8 years behind the Gregorian one, but business still follows the global clock, so remote teams just need to watch for date differences in invitations.

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