Americas · Caribbean · Dependency

Current time in Sint Maarten

A single time zone at UTC-04:00.

Time in Philipsburg☀ Daylight
16:01:14

Friday, June 5, 2026

05:3512:1018:45
Zone
AST
UTC
UTC-04:00
IANA
America/Lower_Princes

About Sint Maarten's time

A single time zone.

Sint Maarten uses Atlantic Standard Time (UTC-4) year-round. It's one of the Caribbean destinations where the clocks never change — no DST to worry about.

Major cities

Cities of Sint Maarten.

Did you know?

Things about Sint Maarten's time.

Fact · 01

Sint Maarten shares the same Atlantic Standard Time (UTC-4) as the U.S. Virgin Islands and other Caribbean neighbors, ideal for consistent scheduling. The Caribbean's DST-free lifestyle means you won't need to adjust your watch when visiting either side of the island — the Dutch Sint Maarten and the French Saint-Martin both follow UTC-4.

Frequently asked questions

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

Does Sint Maarten observe daylight saving time?
No, Sint Maarten follows Atlantic Standard Time (UTC-4) year-round with no DST changes.
What is the time difference between Sint Maarten and New York in summer?
Sint Maarten is typically one hour ahead of New York, as New York observes EDT (UTC-4) while waiting for AST (UTC-4) — wait, during summer both may align at UTC-4. From November to March, when New York is on EST, Sint Maarten is one hour ahead.
Is Sint Maarten on the same time as the U.S. Virgin Islands?
Yes, both Sint Maarten and the U.S. Virgin Islands use Atlantic Standard Time (UTC-4) year-round, so they're always in sync.
Does the island's dual nationality complicate timezone coordination?
No, despite being divided between Dutch Sint Maarten and French Saint-Martin, both sides use UTC-4, so there's no time difference across the island.
How does Sint Maarten's time compare to Europe?
Sint Maarten is 5 hours behind the Netherlands in summer (CEST) and 4 hours behind in winter (CET), making transatlantic coordination straightforward.

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