Africa · Western Africa · Sovereign state

Current time in Nigeria

A single time zone at UTC+01:00.

Time in Abuja☾ Night
21:01:17

Friday, June 5, 2026

☾ NIGHT 06:0912:2818:47
Zone
WAT
UTC
UTC+01:00
IANA
Africa/Lagos

About Nigeria's time

A single time zone.

Nigerian Time, abbreviated as WAT, is uniformly observed across the entire country as UTC+1, meaning there's a one-hour ahead of standard time in Greenwich. The country does not observe daylight saving time, keeping its clocks consistent year-round.

Major cities

Cities of Nigeria.

History

How Nigeria keeps time.

Nigeria's adoption of West Africa Time (WAT) as its official timezone during the period of British colonial rule established a uniform timekeeping standard across the vast territory. Before standardization, various regions operated on local time based on solar positions, creating significant challenges for coordination across the territory.

After gaining independence on October 1, 1960, Nigeria retained WAT as its standard timezone, recognizing the practical benefits it provided for commerce, transportation, and governance across its diverse regions spanning from the Atlantic coast to the Sahel. The single timezone policy, despite Nigeria's geographic span relative to UTC+1, has remained largely unchanged since independence.

Nigeria has consistently maintained its single timezone without significant changes since the colonial period. While some regions, particularly in the eastern parts of the country, experience slightly earlier solar time than the central meridian, the government has not implemented multiple time zones, likely wanting to avoid administrative complications and ensure national unity.

Did you know?

Things about Nigeria's time.

Fact · 01

Nigeria's location on the continent represents one of many African countries where political boundaries are more important than the sun's actual position. As one of Africa's largest countries, Nigeria stands out culturally as its 'Nigerian Time' or 'African Time' reflects a flexible approach to clocks and schedules.

Fact · 02

In practice, the single timezone creates only minimal misalignment across Nigeria's vast territory, as the UTC+1 offset remains within a reasonable range for coordinating activities. The coastal cities near Lagos benefit from the aligned sun with business hours, while inland areas experience a slight shift in solar noon.

Fact · 03

Nigeria's consistent single timezone acts as a simple and unified time standard across the nation's vast territory, making it straightforward for travel within the country. The government has maintained this uniformity since colonial days, prioritizing national unity and administrative efficiency.

Frequently asked questions

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

What time zone is Nigeria in?
Nigeria operates under West Africa Time (WAT), which is UTC+1.
Does Nigeria observe daylight saving time?
No, Nigeria does not observe daylight saving time and maintains its UTC+1 offset throughout the year.
How many time zones does Nigeria have?
Nigeria has a single time zone covering the entire country.
What is the time difference between Nigeria and the US East Coast?
Nigeria is 6 hours ahead of US Eastern Standard Time (1 hour ahead of Eastern Daylight Time).
What is the current time in Nigeria?
Nigerian time can be found on timezone.io's homepage or by checking the Africa/Lagos time zone reference.
Why does Nigeria use UTC+1?
Nigeria uses West Africa Time during British colonial rule, and this offset has remained consistent since independence in 1960.
Can I use the same time across all Nigerian cities?
Yes, cities such as Abuja, Lagos, Port Harcourt, and Ibadan all operate under the same UTC+1 time zone, making travel and business within Nigeria simpler.

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