Africa · Middle Africa · Sovereign state

Current time in Equatorial Guinea

A single time zone at UTC+01:00.

Time in Ciudad de la Paz☾ Night
05:07:10

Sunday, May 31, 2026

☾ NIGHT 06:0912:1518:21
Zone
WAT
UTC
UTC+01:00
IANA
Africa/Malabo

About Equatorial Guinea's time

A single time zone.

Equatorial Guinea operates on a single timezone, West Africa Time (UTC+1), and does not observe daylight saving time. Its offset matches neighboring Cameroon, Gabon, and most of West-Central Africa, keeping business and communication aligned across the region.

Major cities

Cities of Equatorial Guinea.

History

How Equatorial Guinea keeps time.

Equatorial Guinea’s only timezone dates back to the colonial period when Spanish Guinea adopted a time system consistent with other colonial and regional authorities in West-Central Africa. During much of the 20th century, most territories in the area gravitated toward UTC+1 to align with administrative and economic partners to the east and north, notably Nigeria and Cameroon, rather than UTC+0 used further west, such as in Ghana.

After independence in 1968, Equatorial Guinea maintained this regional coordination, using what is now formalized as Africa/Malabo (WAT, UTC+1). The country has not introduced daylight saving time, following the widespread practice in the tropics where daylight hours are relatively constant year-round, making seasonal clock shifts unnecessary.

Because the offset ties closely to European time zones (when CET is in effect), Equatorial Guinea is effectively synchronized with Western Europe during standard time and one hour behind during European summer time. This has helped keep colonial and post-colonial administrative and commercial links stable, while aligning with regional timekeeping norms.

Did you know?

Things about Equatorial Guinea's time.

Fact · 01

Equatorial Guinea stands out for combining small size and complexity with a deceptively simple time structure. Although the mainland territory (Río Muni) and the island of Bioko are separated by several hundred kilometers of ocean, both follow the same Africa/Malabo (UTC+1) time. This avoids internal scheduling confusion and keeps government, media, and transport timetables unified across islands and mainland.

Fact · 02

For large equatorial countries, a single time zone is common, but Equatorial Guinea’s offset of UTC+1 lies slightly east of what strict solar time might suggest for parts of Río Muni. Solar noon can occur somewhat after clock noon, especially in the westernmost mainland, a shared trait across northern regions of the Gulf of Guinea clocked to WAT. This distortion mainly affects the feel of daily life rather than official schedules.

Fact · 03

Externally, Equatorial Guinea’s time aligns it squarely with other WAT users in West-Central Africa, and with Central European Time (CET) at UTC+1, facilitating working hours overlap with Spain and much of Western Europe. For remote workers and companies linking Europe and Africa, this single, stable, non-DST offset makes coordination straightforward without seasonal surprises.

Frequently asked questions

Common questions about Equatorial Guinea'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 Equatorial Guinea in?
Equatorial Guinea uses West Africa Time (WAT), which is UTC+1, under the IANA zone Africa/Malabo. The entire country, including the island of Bioko and the mainland Río Muni, shares this single offset.
Does Equatorial Guinea observe daylight saving time?
No. Equatorial Guinea does not observe daylight saving time and remains on UTC+1 all year. This is typical for equatorial countries where daylight length barely changes across the year.
Why is Equatorial Guinea UTC+1 instead of UTC+0 like some West African countries?
Equatorial Guinea aligns with West Africa’s UTC+1 band, in line with neighbors such as Cameroon, Gabon, and Nigeria. This alignment supports regional economic and administrative integration, and has roots in colonial-era time standardization in the Gulf of Guinea region.
Is the time difference between Equatorial Guinea and Spain constant?
Not exactly. When mainland Spain is on CET (UTC+1, winter time), there is no time difference. When Spain observes CEST (UTC+2, summer time), Spain is 1 hour ahead of Equatorial Guinea. So the offset can be 0 or 1 hour depending on the season.
Do Malabo and Bata use the same time?
Yes. Both Malabo on Bioko Island and Bata on the mainland Río Muni use Africa/Malabo (WAT, UTC+1). Internally, the country has a single time zone for all official and civilian purposes.
What are the main time differences with neighboring countries?
Equatorial Guinea shares UTC+1 with its immediate neighbors Cameroon and Gabon, so there is usually no time difference with them. Some other West African countries further west, such as Ghana or Senegal, use UTC+0, putting them 1 hour behind Equatorial Guinea.
Is it easy to coordinate meetings between Equatorial Guinea and Europe?
Generally yes. Equatorial Guinea’s UTC+1 offset matches Central European Time (CET) in winter and is only 1 hour behind CEST in summer. This places typical working hours in significant overlap with Continental European business hours.
Is there any debate about changing Equatorial Guinea’s time zone?
There is little public debate or major debate about changing its time zone. The current UTC+1 is compatible with regional partners, fits into a common Euro-African working day structure, and daylight saving time is largely considered unnecessary at the equator.

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