Africa · Western Africa · Sovereign state

Current time in Guinea

A single time zone at null.

Time in Conakry☾ Night
19:56:54

Friday, June 5, 2026

☾ NIGHT 06:3312:5319:13
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Conakry

About Guinea's time

A single time zone.

Guinea operates on a single timezone, Africa/Conakry (GMT/UTC+0), with no daylight saving time adjustments, keeping things straightforward for scheduling and daily life.

Major cities

Cities of Guinea.

Did you know?

Things about Guinea's time.

Fact · 01

Being on GMT/UTC+0 means Guinea is in step with Coordinated Universal Time without any hour shifts, simplifying communication with neighboring countries like Senegal, Mali, and Ivory Coast, though those nations may observe DST. Its alignment with this standard time zone minimizes solar noon misalignment during the year, especially since the country is geographically close to the prime meridian. Guinea does not observe daylight saving time, so its clocks remain consistent year-round.

Frequently asked questions

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

What is the time difference between Guinea and Coordinated Universal Time?
Guinea is at UTC+0, meaning it matches Coordinated Universal Time, so there is no time difference.
Does Guinea observe daylight saving time?
No, Guinea does not observe daylight saving time, so its clocks remain the same throughout the year.
What is the primary time zone in Guinea?
Guinea operates on a single time zone called Africa/Conakry, which corresponds to GMT/UTC+0.
Is there a time difference between Guinea and neighboring countries?
Guinea shares the GMT/UTC+0 time zone with countries like Senegal, Mali, and Ivory Coast, but their DST practices may differ.
Is there solar noon misalignment in Guinea?
Since Guinea is geographically close to the prime meridian, there is minimal solar noon misalignment throughout the year.

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