Africa · Western Africa · Sovereign state

Current time in Sierra Leone

A single time zone at null.

Time in Freetown☾ Night
20:01:33

Friday, June 5, 2026

☾ NIGHT 06:3312:5119:09
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Freetown

About Sierra Leone's time

A single time zone.

Sierra Leone has a single timezone, Africa/Freetown, which runs on Greenwich Mean Time (GMT/UTC+0) and does not observe daylight saving time. It shares this zero-offset timezone with several other West African countries, making scheduling straightforward across the region.

Major cities

Cities of Sierra Leone.

Frequently asked questions

Common questions about Sierra Leone'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 Sierra Leone in?
Sierra Leone uses Africa/Freetown, which is equivalent to Greenwich Mean Time (GMT/UTC+0) year-round, with no daylight saving time adjustments.
Is GMT the same as UTC?
For all practical purposes in everyday use, yes. GMT (Greenwich Mean Time) and UTC (Coordinated Universal Time) represent the same time. Sierra Leone uses GMT as its standard designation.
Does Sierra Leone observe daylight saving time?
No, Sierra Leone does not observe daylight saving time. The time remains consistent throughout the year.
What countries share the same time as Sierra Leone?
Sierra Leone shares the same GMT/UTC+0 time as countries like Ghana, Guinea, Ivory Coast, Liberia, Senegal, and The Gambia, making it convenient for regional coordination in West Africa.
Is it easy to schedule calls with Sierra Leone from the US?
With Sierra Leone on UTC+0, scheduling is straightforward. For example, when it's 9 AM in New York (EST/UTC-5), it's 2 PM in Sierra Leone—no DST confusion to worry about.
Does Sierra Leone have multiple time zones?
No, Sierra Leone has only one time zone covering the entire country, Africa/Freetown.

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