Africa · Western Africa · Sovereign state

Current time in Mali

A single time zone at null.

Time in Bamako☾ Night
03:26:38

Sunday, May 31, 2026

☾ NIGHT 06:0512:2918:54
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Bamako

About Mali's time

A single time zone.

Mali operates on Greenwich Mean Time (UTC+0) year-round with no daylight saving adjustments. The entire country shares a single timezone, making timekeeping straightforward across its vast territory.

Major cities

Cities of Mali.

History

How Mali keeps time.

Mali's use of UTC+0 reflects its colonial heritage as part of French West Africa. When the French colonial administration organized the territories of West Africa, the region adopted standardized time zones for administrative coordination. Mali, as French Sudan, aligned with zero offset from Greenwich, a practical choice given its geographic position centered roughly on the 0° meridian. After independence in 1960, Mali retained UTC+0 without significant controversy or change. Unlike some African nations that have experimented with daylight saving time or timezone shifts, Mali has maintained its single, consistent offset throughout its post-independence history. Its neighbors Senegal, Mauritania, and Niger also use GMT, creating temporal harmony across the western Sahel region.

Did you know?

Things about Mali's time.

Fact · 01

[null]

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

Does Mali observe daylight saving time?
No, Mali does not observe daylight saving time. The country uses GMT (UTC+0) year-round.
How many time zones does Mali have?
Mali has a single timezone. The entire country, from the Sahara desert in the north to the southern savanna regions, operates on Africa/Bamako (GMT/UTC+0).
Is Mali in the same timezone as London?
Mali shares the same UTC+0 offset as London, though the UK switches to BST (UTC+1) during summer months while Mali stays on GMT year-round. They only align during the UK's standard time period.
What timezone is used in Bamako?
Bamako, Mali's capital and largest city, uses Africa/Bamako (GMT/UTC+0) throughout the year with no daylight saving adjustments.
Which neighboring countries share Mali's timezone?
Mali's neighbors Mauritania and Senegal also use GMT (UTC+0). However, Niger to the east uses WAT (UTC+1),
What is the timezone abbreviation for Mali?
Mali's timezone abbreviation is GMT (Greenwich Mean Time), which corresponds to UTC+0.

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