Africa · Western Africa · Sovereign state

Current time in Liberia

A single time zone at null.

Time in Monrovia☾ Night
20:01:04

Friday, June 5, 2026

☾ NIGHT 06:2712:4118:55
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Monrovia

About Liberia's time

A single time zone.

Liberia runs on a single timezone: Africa Monrovia, which is GMT+0. The country does not observe daylight saving time.

Major cities

Cities of Liberia.

Did you know?

Things about Liberia's time.

Fact · 01

Liberia is one of the few African nations that sits right on the prime meridian. Because the country is so close to 0° longitude, its clock time matches solar noon more naturally than many neighboring countries. Unlike most of West Africa—which adopted the WAT timezone (GMT+1) to align with trade partners—Liberia kept GMT+0, giving it a solar-aligned time that suits its geography.

Frequently asked questions

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

What timezone is Liberia in?
Liberia uses Africa Monrovia, which is GMT+0. It’s the same as UTC and Coordinated Universal Time.
Does Liberia observe daylight saving time?
No, Liberia does not observe DST. Clocks stay the same all year.
How does Liberia’s timezone compare to neighboring countries?
Liberia uses GMT+0, while most of its neighbors (like Ghana, Ivory Coast, Guinea, and Sierra Leone) use GMT+1 (WAT). This can cause confusion for cross-border work or travel.
Why is Liberia’s time different from other West African countries?
Liberia’s capital, Monrovia, sits almost directly on the prime meridian (0° longitude). Using GMT+0 aligns clock time more closely with solar noon there, whereas many neighboring countries adopted GMT+1 for regional trade alignment.

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