Americas · Caribbean · Dependency
Current time in Saint Barthélemy
A single time zone at UTC-04:00.
Time in Gustavia☀ Daylight
16:02:04
Friday, June 5, 2026
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, straightforward timezone—Atlantic Standard Time (UTC−04:00)—and doesn’t observe daylight saving time, making it easy to track year-round.
Major cities
Cities of Saint Barthélemy.
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].
- What is the current time in Saint Barthélemy?
- Saint Barthelemy operates on Atlantic Standard Time (AST), which is UTC−04:00, and does not adjust for daylight saving time. You can check the current time using your device’s world clock or a reliable online time zone converter.
- Does Saint Barthélemy observe daylight saving time?
- No, Saint Barthélemy does not observe daylight saving time. The island remains on UTC−04:00 all year round.
- How many time zones does Saint Barthélemy have?
- Saint Barthélemy has only one time zone, covering its entire territory. This simplifies scheduling and coordination with other regions in the same offset.
- Is Saint Barthélemy’s time the same as in neighboring islands?
- Yes, many nearby Caribbean islands such as Anguilla, Saint Martin, and Saint Kitts and Nevis also use Atlantic Standard Time (UTC−04:00) without daylight saving, so their clocks usually match Saint Barthélemy’s.
- How do I convert Saint Barthélemy time to my local time?
- To convert, determine your own UTC offset and subtract 4 hours from Saint Barthélemy’s time if you’re ahead of UTC, or add if you’re behind. Online tools and smartphone world clocks can do this automatically.
- Why doesn’t Saint Barthélemy observe daylight saving time?
- Located close to the equator, Saint Barthélemy experiences minimal seasonal variation in daylight. As a result, there’s little benefit to shifting clocks, and most nearby Caribbean islands follow the same practice.
- Will my phone automatically update the time when I travel to Saint Barthélemy?
- If your phone has automatic time zone detection enabled, it should switch to Atlantic Standard Time (UTC−04:00) upon connecting to local networks. It’s still a good idea to verify the correct time after arrival.
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
}
}
]
}