Time zone · Africa

GMT

Greenwich Mean Time

Greenwich Mean Time (GMT) is the baseline from which every other timezone on the planet is measured, and most of its member zones in West Africa keep things refreshingly simple: no daylight saving adjustments and no clocks to change. Only a handful of European members shift with the seasons, but 16 of the 22 zones in this stable UTC+00:00 — covering Ivory Coast, Ghana, Mali, Gambia, Guinea-Bissau, Guinea, Senegal, and Sierra Leone, among others — stay on GMT year-round, making scheduling across lines straightforward.

UTC+00:00 standard16 IANA zones23 cities
Current time in GMT☾ Night
20:03:17

Friday, June 5, 2026

☾ NIGHT 06:0412:1918:34
Standard
GMT · +0
IANA zones
16

Current offset

UTC+00:00

Standard · GMT

Daylight saving

Not observed

Year-round standard time

IANA zones

16

None observe daylight saving

DST offset

No summer variant

About GMT

A fixed, year-round offset.

Greenwich Mean Time (GMT) is the baseline from which every other timezone on the planet is measured, and most of its member zones in West Africa keep things refreshingly simple: no daylight saving adjustments and no clocks to change. Only a handful of European members shift with the seasons, but 16 of the 22 zones in this stable UTC+00:00 — covering Ivory Coast, Ghana, Mali, Gambia, Guinea-Bissau, Guinea, Senegal, and Sierra Leone, among others — stay on GMT year-round, making scheduling across lines straightforward.

IANA zones · the technical identifiers

The 16 zones that resolve to GMT.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Africa/AbidjanAbidjan— None
Africa/AccraAccra— None
Africa/BamakoBamako— None
Africa/BanjulBanjul— None
Africa/BissauBissau— None
Africa/ConakryConakry— None
Africa/DakarDakar— None
America/DanmarkshavnDanmarkshavn— None
Africa/FreetownFreetown— None
Africa/LomeLome— None
Africa/MonroviaMonrovia— None
Africa/NouakchottNouakchott— None
Africa/OuagadougouOuagadougou— None
Atlantic/ReykjavikReykjavik— None
Africa/Sao_TomeSao_Tome— None
Atlantic/St_HelenaSt_Helena— None

Cities currently on GMT

The same hour, city by city.

23 cities · all UTC+00:00

Where GMT is used

16 countries.

Same offset · UTC+00:00

Other zones at UTC+00:00 right now.

These named zones share GMT's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Why does GMT have so few DST-observing zones?
Only 6 of GMT's 22 member zones observe daylight saving, mostly European territories; the majority in West Africa don't observe DST at all.
Which countries share the same time as GMT year-round?
Africa/Abidjan, Africa/Accra, Africa/Bamako, Africa/Banjul, Africa/Bissau, Africa/Conakry, Africa/Dakar, and Africa/Freetown are all currently on UTC+00:00.
What is the significance of this region?
GMT is the reference point for all global timekeeping; historically, the Prime Meridian passes through Greenwich, England, and it's where Coordinated Universal Time (UTC) is anchored.
Are any GMT member zones currently observing DST?
Yes, 6 member zones are currently in DST, though the majority of West African members remain on standard time.
What makes living in a non-DST timezone easier?
Scheduling across borders is simplified when clocks never shift. Flights, meetings, and broadcasts need no seasonal adjustment, reducing confusion between regions.
Can you give an example of a non-DST country in GMT?
Ivory Coast (Africa/Abidjan) is a year-round UTC+00:00 standard, with no daylight saving transitions. It has maintained this offset consistently since 1912.

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