Africa · Western Africa · Sovereign state

Current time in Mali

A single time zone at null.

Time in Bamako☾ Night
19:57:24

Friday, June 5, 2026

☾ NIGHT 06:0512:3018:55
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Bamako

About Mali's time

A single time zone.

Mali keeps things simple: one timezone nationwide, no daylight saving time changes, and it runs on GMT year-round, making scheduling predictably hassle-free.

Major cities

Cities of Mali.

History

How Mali keeps time.

Mali has observed GMT for decades, dating back to its colonial era under French West Africa, which adopted the same offset. The country maintained this standard time after gaining independence in 1960, and unlike some neighboring nations, it has never introduced daylight saving time or adjusted its zone boundaries.

While parts of colonial West Africa have experimented with time offsets or DST over the decades, Mali's approach has remained remarkably stable, with no major zone changes recorded in the modern era. This consistency reflects both the country's relatively small east-west span and a preference for straightforward coordination with international partners.

Did you know?

Things about Mali's time.

Fact · 01

Mali covers a decent amount of longitude — stretching roughly from 0° to 12°W — yet uses a single GMT offset. This means locations in the western part of the country (around 12°W) can be nearly an hour ahead of local solar time, with the legal 'noon' arriving noticeably after the sun has passed its peak.

Fact · 02

Despite having only Mali's population center of Bamako sit almost exactly on the Prime Meridian, most Malians in the west and center experience this sort of civil-time-versus-solar-time disconnect. For remote workers and travelers, the upside is consistency: no intra-country time confusion, no DST resets, and easy synching with European GMT schedules.

Frequently asked questions

Common questions about Mali'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 Mali have?
Just one. The entire country observes Africa/Bamako on GMT.
Does Mali observe daylight saving time?
No. Mali does not use DST, so the offset stays at GMT year-round.
What's the UTC offset for Mali?
UTC+0 year-round, labeled as GMT, so it keeps the same time as London outside the UK's summer period.
Why does Mali use GMT despite being mostly west of Greenwich?
Historical ties to French West Africa and later domestic stability locked it in. Most of Mali's territory actually lies west of the Prime Meridian, but a single national time simplifies administration and coordination with international bodies.
What are Mali's major time zone cities?
Bamako, Kayes, Ségou, Sikasso, Koutiala, Gao, Timbuktu, and Mopti all sit on the same GMT offset.
Could Mali ever adopt DST?
There's no active plan. The African Union member states, including Mali, keep oversight on any shift, but with little economic or agricultural benefit shown, a change seems unlikely.
Will my devices auto-update time in Mali?
Yes. Most OS-level updates for Africa/Bamako track GMT constantly — no DST shift — so a traveler shouldn't need manual resets.

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