Africa · Togo

Current time in Lomé

Greenwich Mean Time.

GMT · UTC+00:00IANA: Africa/Lome6.14° N · 1.21° E
Current time☾ Night
03:26:37

Sunday, May 31, 2026

☾ NIGHT 05:3911:5218:06
Sunrise
05:39
Solar noon
11:52
Sunset
18:06

Offset right now

UTC+00:00

Greenwich Mean Time · GMT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Lomé time

Lomé keeps one clock.

Lomé moves at a relaxed West African pace, with the business day typically washing out by late afternoon just as the equatorial heat gets intense. It sits in Greenwich Mean Time, lining up seamlessly with the UK in winter months, making it a handy bridge for teams juggling West Africa and Western Europe schedules.

Frequently asked questions

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

Does Lomé ever spring forward?
No. Togo sits in GMT year-round and there’s been no daylight saving since the practice was scrapped in the 1950s, so your calendar won’t suddenly surprise you.
How does the time compare with London?
When the UK is on standard time (GMT), Lomé is exactly the same hour; you just schedule meetings as usual. Once British Summer Time starts, London will be one hour ahead until clocks fall back again.
What’s the meeting sweet-spot for Europe–Lomé calls?
Aim for mid-morning in Lomé to catch the early workday and wrap up before lunch—your counterparts in Western Europe won’t even need to adjust coffee breaks.
How long is the workday?
Most offices kick off around 8 a.m. local time and wrap by 5:30 p.m., with a long break when the sun is at its fiercest between noon and 2 p.m.
Is sunset tied to the solstice?
Not really. Being close to the equator, Lomé’s daylight hovers between about 11.8 and 12.5 hours all year, so evening Zoom calls stay comfortably predictable.
Do nearby capitals share the same zone?
Yeah—Accra, Dakar, Abidjan and Bamako all run GMT too, creating a vast swath of West Africa that ticks in lockstep, which makes cross-border coordination refreshingly simple.

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