Africa · Senegal

Current time in Dakar

Greenwich Mean Time.

GMT · UTC+00:00IANA: Africa/Dakar14.73° N · 17.63° W
Current time☾ Night
03:26:12

Sunday, May 31, 2026

☾ NIGHT 06:4013:0819:36
Sunrise
06:40
Solar noon
13:08
Sunset
19:36

Offset right now

UTC+00:00

Greenwich Mean Time · GMT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Dakar time

Dakar keeps one clock.

Dakar lives on Greenwich Mean Time all year round, with Senegal’s capital enjoying a predictably steady rhythm where sunrise and office hours stay anchored in the same clock slots, while the coastal breeze gives both market stalls and coworking spaces a naturally late-start vibe.

Frequently asked questions

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

Does Dakar ever shift between daylight saving time or other offsets?
No, Dakar runs on Greenwich Mean Time all year and never changes the clocks.
How easy is it for teams in Dakar to coordinate with Europe?
Very easy working hours overlap heavily with the UK and nearby European cities because Dakar shares their timezone year round.
How does Dakar’s location on the coast of Senegal affect work culture around time?
The Atlantic coast location gives a relaxed feel to punctuality, so meetings may start a bit late even though the clock says they shouldn’t.
Is there a big difference in daylight across the year in Dakar?
Day length is fairly stable year round; you won’t see extreme winter darkness or extremely long summer evenings.
What time of day is the sun highest in winter versus summer in Dakar?
Because Dakar sits just north of the equator, it gets a fairly consistent high sun around midday in both seasons.
How does the lack of daylight saving affect Senegal’s business rhythm?
The steady GMT pace means simpler scheduling, with no seasonal clock shifts to remember.
If I have a morning meeting at my desk should I expect Dakar colleagues to join on time?
Usually yes, but Senegal’s more relaxed attitude toward time can occasionally add a few minutes.
Why is Africa/Dakar listed separately from other West African capitals?
Dakar keeps its own zone entry even when offsets match other cities, mainly for historical and administrative convenience.

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