Africa · Ivory Coast

Current time in Yamoussoukro

Greenwich Mean Time.

GMT · UTC+00:00IANA: Africa/Abidjan6.82° N · 5.27° W
Current time☾ Night
21:16:39

Friday, June 5, 2026

☾ NIGHT 06:0412:1918:34
Sunrise
06:04
Solar noon
12:19
Sunset
18:34

Offset right now

UTC+00:00

Greenwich Mean Time · GMT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Yamoussoukro time

Yamoussoukro keeps one clock.

Yamoussoukro moves along at a steady GMT pace, with no daylight saving to shift things around—meaning mornings and evenings stay predictable year-round, which makes it easy to plan cross-border calls with teammates in West Africa or Western Europe.

Frequently asked questions

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

Does Yamoussoukro use daylight saving?
No. The city stays on GMT all year, so there’s no hour jump to worry about.
Why is GMT easy for European coordination?
During European winter, Yamoussoukro shares the exact same UTC offset (+0), so meeting times line up almost perfectly.
Is business life tied more to Abidjan or the rest of Ivory Coast?
Yamoussoukro is officially the political capital of Ivory Coast, but Abidjan remains the main commercial hub; teams based here often collaborate with partners in both cities.
How does daylight length affect the workday?
Being close to the equator, sunrise and sunset change only slightly throughout the year, so daylight hours feel very consistent.
Does the lack of DST simplify scheduling with the U.S.?
It simplifies things when the U.S. is on standard time; Yamoussoukro stays fixed while the. . . only the U.S. side shifts.

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