Africa · Western Africa · Sovereign state

Current time in Senegal

A single time zone at null.

Time in Dakar☾ Night
19:57:22

Friday, June 5, 2026

☾ NIGHT 06:4013:0919:37
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Dakar

About Senegal's time

A single time zone.

Senegal operates on a single timezone, Greenwich Mean Time (UTC+0), and does not observe daylight saving time, keeping things straightforward for travelers and remote workers alike.

Major cities

Cities of Senegal.

History

How Senegal keeps time.

Senegal adopted Greenwich Mean Time (UTC+0) during the colonial era under French rule, aligning with the time standard used across much of West Africa's French territories. GMT was a natural choice for the region given its geographic position near the Prime Meridian. After gaining independence in 1960, Senegal maintained UTC+0 as its standard time, and there have been no significant changes or deviations since. The timezone has remained consistent throughout the country's modern history.

Did you know?

Things about Senegal's time.

Fact · 01

Senegal's adoption of GMT is fairly well-aligned with its geographic position — Dakar sits at roughly 14°W longitude, meaning solar noon occurs close to 12:00 local time, making its natural clock time a reasonably good fit for daily life. Unlike many larger countries, there's no internal complexity: the entire nation runs on a single, simple offset with no daylight saving shifts to track. For those coordinating across the Atlantic, Senegal's UTC+0 alignment means it's on the same time as London during British winter, though London shifts forward one hour during summer while Senegal stays put.

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

How many time zones does Senegal have?
Senegal has just one time zone: Greenwich Mean Time (UTC+0), used everywhere in the country.
Does Senegal observe daylight saving time?
No, Senegal does not observe daylight saving time. The time remains UTC+0 year-round.
What timezone is Dakar in?
Dakar, the capital of Senegal, uses Africa/Dakar, which is equivalent to Greenwich Mean Time (UTC+0).
Is Senegal's timezone the same as London?
Senegal is on UTC+0, which matches London during the UK winter months (outside of British Summer Time). When the UK switches to BST (UTC+1) in summer, London is one hour ahead of Senegal.
What's the best time to schedule calls between Senegal and the US East Coast?
Senegal (UTC+0) is 4–5 hours ahead of the US Eastern Time zone depending on whether the US is on standard or daylight saving time. Mid-morning in Senegal (9–10 AM) is typically a good window, corresponding to early morning on the US East Coast.
Did Senegal ever use a different timezone?
Senegal has used GMT (UTC+0) consistently since the colonial period under French administration and maintained it after independence in 1960.
Are there different time zones within Senegal?
No, the entire country uses a single timezone: Africa/Dakar (UTC+0), with no regional variations.

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