Africa · Sierra Leone

Current time in Freetown

Greenwich Mean Time.

GMT · UTC+00:00IANA: Africa/Freetown8.48° N · 13.23° W
Current time☾ Night
03:26:19

Sunday, May 31, 2026

☾ NIGHT 06:3312:5019:08
Sunrise
06:33
Solar noon
12:50
Sunset
19:08

Offset right now

UTC+00:00

Greenwich Mean Time · GMT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Freetown time

Freetown keeps one clock.

Freetown keeps things simple and steady — Sierra Leone’s capital sits right on Greenwich Mean Time with no daylight‑saving shifts, so your clock never tricks you. Whether you’re syncing a call across Europe or the Americas, GMT makes this West African hub a surprisingly easy anchor for global scheduling.

Frequently asked questions

Common questions about Freetown's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Freetown ever spring forward or fall back?
Nope — Sierra Leone stays on GMT year‑round, so there’s no daylight‑saving clock change to worry about.
What’s the upside of being on GMT for a city in West Africa?
Team members in London, Reykjavik, and Accra are all effectively in the same zone, making same‑day Europe‑to‑West‑Africa scheduling straightforward.
When is it noon in Freetown relative to UTC?
Noon in Freetown is 12:00 UTC — the local clocks and Universal Coordinated Time run hand in hand.
Why doesn’t Freetown observe daylight saving?
Being close to the equator (8.5° N) means daylight hours barely change throughout the year, so there’s little benefit to shifting clocks.
Is Sierra Leone the same as Liberia when it comes to time?
Yes — both Freetown (Sierra Leone) and Monrovia (Liberia) sit on GMT with zero offset, making cross‑border coordination clock‑friendly.
What’s a daylight pro or con in Freetown?
Neg: Day and night stay roughly 12 hours each year‑round, so no long summer evenings. Pro: Predictable sunrise/sunset times simplify daily routines.

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