Africa · Eastern Africa · Sovereign state

Current time in Djibouti

A single time zone at UTC+03:00.

Time in Djibouti☀ Daylight
06:28:05

Sunday, May 31, 2026

05:4212:0518:27
Zone
EAT
UTC
UTC+03:00
IANA
Africa/Djibouti

About Djibouti's time

A single time zone.

Djibouti uses a single timezone, East Africa Time (UTC+3), and does not observe daylight saving time, making its timekeeping straightforward and consistent year-round.

Major cities

Cities of Djibouti.

History

How Djibouti keeps time.

Djibouti has consistently used East Africa Time (UTC+3) throughout its post-independence history. As a former French colony (1888–1977), it followed East Africa Time throughout its administrative history. Djibouti gained independence in 1977, and it continued using EAT without any disruptions or changes to its timekeeping. No significant political or economic decisions have altered Djibouti’s timezone since independence.

Frequently asked questions

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

Which timezone does Djibouti use?
Djibouti uses East Africa Time (UTC+3).
Does Djibouti observe daylight saving time?
No, Djibouti does not observe daylight saving time.
Are there multiple time zones in Djibouti?
No, Djibouti uses a single time zone, East Africa Time.
Is Djibouti’s time consistent all year round?
Yes, Djibouti follows East Africa Time (UTC+3) without any daylight saving changes, so its time is consistent year-round.
When did Djibouti gain independence and start using EAT?
Djibouti gained independence in 1977 and has used EAT throughout its post-independence era.

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