Africa · Nigeria

Current time in Abuja

West Africa Standard Time.

WAT · UTC+01:00IANA: Africa/Lagos9.08° N · 7.53° E
Current time☾ Night
22:14:29

Friday, June 5, 2026

☾ NIGHT 06:0912:2818:47
Sunrise
06:09
Solar noon
12:28
Sunset
18:47

Offset right now

UTC+01:00

West Africa Standard Time · WAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Abuja time

Abuja keeps one clock.

Abuja in Nigeria starts early and runs in West Africa Time, giving you daylight that stretches well past 7 pm in winter and steady overlap with European business hours. Need to sync with Europe? You can book meetings almost any afternoon and still catch the end of the workday in London or Berlin.

Frequently asked questions

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

How does Abuja’s workday line up with Europe?
Abuja is only one hour ahead of London in winter (GMT+1), so you can overlap almost the full European workday if you work typical 9-to-5 hours locally.
Does Nigeria use daylight saving time?
No. Nigeria stays on West Africa Time (WAT) all year, so there’s no clock change to worry about for recurring calls.
What’s the typical daylight pattern in Abuja?
Days are fairly even year-round, with sunrise around 06:00–06:30 and sunset between 18:00–19:00, so it’s consistent for planning video calls.
Are meetings with morning people in the US possible?
Early risers in Abuja working from 07:00 (06:00 UTC) can catch the tail end of US West Coast afternoons (≈10–11 am PT) and overlap with East Coast mornings.
When in London does a call with Abuja feel most normal?
13:00–15:00 in London lines up with 14:00–16:00 in Abuja, a natural post-lunch window for focused deep work.
Why is it sometimes called Africa/Lagos instead of Africa/Abuja?
The IANA timezone uses ‘Africa/Lagos’ as the representative city for Nigeria, so that label is common even if your team is based in Abuja.
Any public holidays that throw off scheduling?
Nigeria observes public holidays midweek more often than not, so double-check dates close to Eid or Independence Day when planning sprints.

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