Africa · Middle Africa · Sovereign state

Current time in Chad

A single time zone at UTC+01:00.

Time in N'Djamena☾ Night
20:56:57

Friday, June 5, 2026

☾ NIGHT 05:3411:5818:22
Zone
WAT
UTC
UTC+01:00
IANA
Africa/Ndjamena

About Chad's time

A single time zone.

Chad has a single time zone, West Africa Time (UTC+01:00), which it shares with several neighboring countries in West and Central Africa. It does not observe daylight saving time, keeping clocks consistent year-round.

Major cities

Cities of Chad.

History

How Chad keeps time.

**Chad adopted West Africa Time (UTC+01:00) gaining independence from France in 1960.** As a former French colony, the territory had used a standard time based on the Paris meridian during the colonial era, and the shift to UTC+01:00 aligned the newly independent nation with other Francophone West and Central African states. The country has maintained this single time zone ever since, with no recorded changes to its offset or daylight saving time observance.

Chad’s location straddles a transitional zone between Central Africa Time (UTC+01:00) and East Africa Time (UTC+02:00), making the current UTC+01:00 offset a practical if not perfectly solar-aligned choice.

Frequently asked questions

Common questions about Chad'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 Chad in?
Chad uses West Africa Time (WAT), which is UTC+01:00, and does not observe daylight saving time.
Does Chad observe daylight saving time?
No, Chad does not observe daylight saving time.
Is all of Chad in the same time zone?
Yes, the entire country uses a single time zone: Africa/Ndjamena (UTC+01:00).
What countries share Chad’s time zone?
Chad shares West Africa Time (UTC+01:00) with Nigeria, Niger, Cameroon, and several other West and Central African nations.
When coordinating with a remote team in Chad, when do business hours overlap with London (GMT)?
Chad is one hour ahead of London year-round. Chad’s 8–1 local workday runs 9–2 London time, making mid-morning to mid-afternoon in Chad the best overlap window.
Is Chad’s time zone affected by neighboring time zone changes?
No, Chad has consistently used UTC+01:00 since independence, while neighboring Sudan and South Sudan have made periodic changes.

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