Africa · Nigeria

Current time in Enugu

West Africa Standard Time.

WAT · UTC+01:00IANA: Africa/Lagos6.44° N · 7.50° E
Current time☾ Night
05:40:27

Tuesday, June 2, 2026

☾ NIGHT 06:1312:2818:42
Sunrise
06:13
Solar noon
12:28
Sunset
18:42

Offset right now

UTC+01:00

West Africa Standard Time · WAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Enugu time

Enugu keeps one clock.

Enugu's workday marches entirely at its own pace since the city sits squarely in Nigeria's single year-round hour-ahead rhythm. Teams reaching out from other continents will find Enugu's clock never drifts or shifts, so scheduling across West Africa stays predictable without surprise surprises.

Frequently asked questions

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

Why does Enugu share the same time as the whole of Nigeria?
Nigeria uses a single time zone (WAT) nationwide, so Enugu's clock moves in perfect step with Lagos, Abuja, and every other corner of the country.
Does Enugu follow daylight saving?
No. Nigeria abandoned daylight saving decades ago, and unlike most day Enugu stays on the same offset, making it half-hour off from what western ears might expect from a place 'an hour ahead.'
What's the best time to schedule calls with teams outside Africa?
Enugu's steady offset means your 9 a.m. standup sits firmly in West African Time, so partnering teams in Europe overlap comfortably in the afternoon and Americas can catch early birds from 8 a.m. Eastern.
Is Enugu's sunrise and sunset consistent?
With no daylight saving and Enugu's place in tropical latitudes, daylight barely shifts through the year—roughly 6 a.m. to 6 p.m.—making morning or evening meetings equally reliable.
How does Enugu's longitude shape its relationship with UTC?
Nigeria chose UTC+1 as its fixed national offset, which keeps Enugu's sun high near midday (around 12:30 local time) rather than the clock hour.
How can I avoid time zone confusion with Enugu-based colleagues?
Always treat Enugu as a stable WAT (+1) city that never shifts—if your calendar says 4 p.m. local time, it's 3 p.m. UTC the whole year round.

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