Africa · Eastern Africa · Sovereign state

Current time in Somalia

A single time zone at UTC+03:00.

Time in Mogadishu☾ Night
22:59:06

Friday, June 5, 2026

☾ NIGHT 05:5011:5718:04
Zone
EAT
UTC
UTC+03:00
IANA
Africa/Mogadishu

About Somalia's time

A single time zone.

Somalia operates on a single timezone — East Africa Time (EAT), which is UTC+3. The country does not observe daylight saving time, keeping things straightforward for residents and visitors.

Major cities

Cities of Somalia.

Frequently asked questions

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

What timezone is Somalia in?
Somalia uses East Africa Time (EAT), which is UTC+3.
Does Somalia observe daylight saving time?
No, Somalia does not observe daylight saving time. The country stays on UTC+3 year-round.
How do I convert Somalia's time to my timezone?
Somalia is on UTC+3, so subtract or add the appropriate number of hours based on your local UTC offset. For example, when it's noon in Somalia, it's 9:00 AM in UTC±0 (London) and 4:00 AM in New York (UTC-5 during standard time).
What are the major cities in Somalia's timezone?
All major cities in Somalia, including Mogadishu, Hargeisa, Kismayo, and Baidoa, use the same timezone: UTC+3 (EAT).
Is Somalia's timezone the same as neighboring countries?
Yes, Somalia shares its timezone (UTC+3, EAT) with neighboring countries like Ethiopia, Eritrea, Kenya, and Djibouti.

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