Africa · Nigeria

Current time in Lagos

West Africa Standard Time.

WAT · UTC+01:00IANA: Africa/Lagos6.52° N · 3.38° E
Current time☾ Night
04:26:21

Sunday, May 31, 2026

☾ NIGHT 06:2912:4418:58
Sunrise
06:29
Solar noon
12:44
Sunset
18:58

Offset right now

UTC+01:00

West Africa Standard Time · WAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Lagos time

Lagos keeps one clock.

In Lagos, Nigeria, business operates at full tilt all year round—there’s no daylight saving shift to reset your calendar, so coordination with global partners stays constant. The sun rises early here near the coast, meaning workdays start brisk and end while it’s still light, simplifying scheduling across time zones without seasonal surprises.

Frequently asked questions

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

Does Lagos observe daylight saving time?
No, Lagos follows West Africa Time (WAT) year-round with UTC+1 and does not adjust clocks for daylight saving.
How does Lagos’s location affect its sunrise and sunset patterns?
Due to its proximity to the equator, Lagos experiences relatively consistent sunrise and sunset times throughout the year, usually between 6–6:30 AM for sunrise and 6–7 PM for sunset.
What are typical working hours in Lagos?
Standard business hours are generally from around 8:00 AM to 5:00 PM in Winston West Africa Time, aligning well with European mornings but requiring afternoon flexibility for teams based in North America.
Is Lagos in the same time zone as other major African cities?
Yes—cities like Accra (Ghana), Kinshasa (DRC), and Algiers (Algeria) share the same UTC+1 offset as Lagos under West Africa Time.
How does Lagos’s time zone impact remote collaboration?
Being at UTC+1 places Lagos advantageously between Americas and East European/African time zones, making real-time collaboration viable both early morning or late afternoon for US-based contacts.
Are there national holidays that affect business schedules?
Nigeria observes several public holidays annually that may impact work flow; teams syncing remotely should account for these in planning ahead.
Does Nigeria ever change its clocks?
No—since adopting West Africa Time permanently in 1919 under British rule, Nigeria has maintained a steady UTC+1 without any seasonal clock shifts.

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