Africa · Western Africa · Sovereign state

Current time in Senegal

A single time zone at null.

Time in Dakar☾ Night
03:26:37

Sunday, May 31, 2026

☾ NIGHT 06:4013:0819:36
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Dakar

About Senegal's time

A single time zone.

Senegal uses a single timezone across the entire country, operating on Greenwich Mean Time (UTC+0) with no daylight saving time adjustments throughout the year.

Major cities

Cities of Senegal.

History

How Senegal keeps time.

Senegal adopted UTC+0 standard time during the French colonial period in the early 20th century as part of aligning West African territories under a unified time system. The country maintained this offset after gaining independence in 1960 through the Africa/Dakar zone. Senegal has never observed daylight saving time, reflecting its proximity to the equator where daylight hours remain relatively consistent year-round.

Did you know?

Things about Senegal's time.

Fact · 01

Senegal's single timezone simplifies coordination across the country. Being on UTC+0 aligns Senegal with several West African neighbors. The lack of DST means scheduling with partners in other regions remains consistent throughout the year, avoiding the bi-annual clock changes that disrupt global coordination in other time zones.

Frequently asked questions

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

What time zone is Senegal in?
Senegal uses Africa/Dakar, which is UTC+0 (GMT) year-round
Does Senegal observe daylight saving time?
No, Senegal does not change its clocks for daylight saving time
How many time zones does Senegal have?
Senegal uses just one time zone across the entire country

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