Americas · Caribbean · Dependency

Current time in Saint Barthélemy

A single time zone at UTC-04:00.

Time in Gustavia☾ Night
23:26:42

Saturday, May 30, 2026

☾ NIGHT 05:3512:0818:42
Zone
AST
UTC
UTC-04:00
IANA
America/St_Barthelemy

About Saint Barthélemy's time

A single time zone.

Saint Barthélemy has a single timezone throughout the island, Atlantic Standard Time (AST) at UTC-4, and it's one of the Caribbean islands that doesn't observe daylight saving time, making it easy to keep track of the time year-round.

Major cities

Cities of Saint Barthélemy.

History

How Saint Barthélemy keeps time.

Saint Barthélemy's timezone situation has been relatively straightforward since the island became a separate overseas collectivity of France in 2007. As a Caribbean territory, it has historically used Atlantic Standard Time (UTC-4), aligning with neighboring islands. Following its separation from Guadeloupe, the territory maintained its existing timekeeping practices without making any changes to offset or zone.

Did you know?

Things about Saint Barthélemy's time.

Fact · 01

Saint Barthélemy's lack of daylight saving time observance simplifies scheduling for its small population and tourism industry. While the island is geographically surrounded by other UTC-4 Caribbean territories, it maintains its own distinct IANA timezone entry (America/St_Barthelemy) for precise timekeeping standards. This helps avoid any confusion with nearby territories that might have different historical timekeeping quirks.

Frequently asked questions

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

Does Saint Barthélemy observe daylight saving time?
No, Saint Barthélemy does not observe daylight saving time. It stays on Atlantic Standard Time (UTC-4) year-round.
What is the UTC offset for Saint Barthélemy?
Saint Barthélemy is always UTC-4, following Atlantic Standard Time.
Is Saint Barthélemy in the same timezone as other Caribbean islands?
Yes, Saint Barthélemy shares the UTC-4 offset with many other Caribbean territories, but it maintains its own timezone entry for precision.
How do I convert time to Saint Barthélemy?
When converting time to Saint Barthélemy, subtract 4 hours from UTC to get the local time, as it's always in Atlantic Standard Time.

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