Africa · Western Africa · Sovereign state
Current time in Togo
A single time zone at null.
Time in Lomé☾ Night
03:26:48
Sunday, May 31, 2026
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Lome
About Togo's time
A single time zone.
Togo has a single timezone, Africa/Lomé, which follows Greenwich Mean Time (GMT, UTC+0) year-round. This straightforward system means no complexities with daylight saving time changes.
Major cities
Cities of Togo.
Frequently asked questions
Common questions about Togo's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].
- What time is it in Togo compared to Coordinated Universal Time (UTC)?
- Togo is exactly on UTC+0, meaning it shares the same time as the prime meridian. This aligns perfectly with its geographical position in West Africa.
- Does Togo observe daylight saving time?
- No, Togo does not observe daylight saving time. The time remains constant at GMT (UTC+0) throughout the year.
- How does Togo's time compare to other West African countries?
- Many countries in the same region also use UTC+0, making Togo's time the same as neighboring countries like Ghana, Burkina Faso, and parts of Nigeria, which simplifies regional coordination.
- Are there any parts of Togo that use a different time?
- No, the entire country of Togo uses only one time zone, Africa/Lomé, so the time is consistent from the southern coast to the northern borders.
- Is Togo's time the same as Greenwich Mean Time (GMT)?
- Yes, since Togo uses UTC+0, its time is identical to GMT. When it's noon in Greenwich, England, it's also noon in Lomé.
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
}
}
]
}