Africa · Western Africa · Sovereign state

Current time in Ivory Coast

A single time zone at null.

Time in Yamoussoukro☾ Night
20:01:55

Friday, June 5, 2026

☾ NIGHT 06:0412:1918:34
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Abidjan

About Ivory Coast's time

A single time zone.

Ivory Coast keeps it simple with a single timezone, running on Greenwich Mean Time (GMT/UTC+0) year-round with no daylight saving changes. It's consistent and straightforward — no clock adjustments to worry about.

Major cities

Cities of Ivory Coast.

History

How Ivory Coast keeps time.

Ivory Coast has seen remarkably little timezone drama since colonial times. During the French colonial period, the territory followed the timekeeping conventions set by France for its West African colonies. When Ivory Coast gained independence in 1960, the country adopted GMT (UTC+0) and has maintained this offset continuously ever since. There have been no major timezone shifts, DST introductions, or politically motivated clock changes — just decades of stable, predictable timekeeping at UTC+0. The country's relatively small east-west footprint (roughly 5 degrees of longitude) makes a single zone practical, and there's been never been internal pressure to add additional zones.

Did you know?

Things about Ivory Coast's time.

Fact · 01

Ivory Coast is a textbook example of hassle-free timekeeping. It's in the GMT zone but has a tropical climate — no winter, no daylight extremes, and no reason for daylight saving. This means schedules stay predictable across the year.

Fact · 02

One practical note: despite running on GMT, Ivory Coast is geographically similar to other West African nations. Its time aligns naturally with its neighbors — Ghana, Liberia, Guinea, and Burkina Faso all share the same UTC+0 offset. So for business across West Africa, the time calculations are trivially simple.

Frequently asked questions

Common questions about Ivory Coast's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

Does Ivory Coast observe daylight saving time?
No. Ivory Coast stays on GMT (UTC+0) all year, with no daylight saving changes.
What timezone is Ivory Coast in?
Ivory Coast uses Africa/Abidjan, which is GMT (UTC+0) — the same as Greenwich Mean Time.
Is Ivory Coast in the same timezone as Ghana?
Yes. Both Ivory Coast and Ghana are in the GMT zone (UTC+0) with no daylight saving.
Does Ivory Coast share its timezone with other West African countries?
Yes. Ivory Coast shares GMT (UTC+0) with Ghana, Liberia, Guinea, Senegal, and several other West African neighbors — making cross-border business and travel scheduling straightforward.

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