Africa · Middle Africa · Sovereign state

Current time in Gabon

A single time zone at UTC+01:00.

Time in Libreville☾ Night
20:58:37

Friday, June 5, 2026

☾ NIGHT 06:1612:2018:25
Zone
WAT
UTC
UTC+01:00
IANA
Africa/Libreville

About Gabon's time

A single time zone.

Gabon operates on a single time zone—West Africa Time (UTC+01:00)—the same as much of the surrounding region, with no daylight saving time adjustments.

Major cities

Cities of Gabon.

History

How Gabon keeps time.

Gabon adopted West Africa Time (UTC+01:00) in 1911 during French colonial administration. This standardized time zone aligned Gabon with other French colonies in the region, facilitating colonial governance, commerce, and transportation networks.

Upon gaining independence in 1960, Gabon maintained its UTC+01:00 time zone, which continues to the present day. This consistency has provided stability for the country’s economic and social activities, particularly given its small geographic size and equatorial location, where seasonal daylight variation is minimal.

Frequently asked questions

Common questions about Gabon'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 Gabon in?
Gabon is in the West Africa Time zone, which is UTC+01:00.
Does Gabon observe daylight saving time?
No, Gabon has never observed daylight saving time, consistent with most equatorial countries where daylight hours remain relatively stable year-round.
What is the official IANA time zone for Gabon?
The IANA time zone identifier for Gabon is Africa/Libreville.
Is Gabon in the same time zone as neighboring countries?
Yes, Gabon shares UTC+01:00 with neighboring countries such as Cameroon, the Republic of the Congo, and Equatorial Guinea.
What time is it in Libreville now relative to UTC?
Libreville, the capital, is always UTC+01:00, with no seasonal 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
}
}
]
}