Americas · Caribbean · Dependency

Current time in Martinique

A single time zone at UTC-04:00.

Time in Fort-de-France☾ Night
23:27:20

Saturday, May 30, 2026

☾ NIGHT 05:3412:0118:29
Zone
AST
UTC
UTC-04:00
IANA
America/Martinique

About Martinique's time

A single time zone.

Martinique uses Atlantic Standard Time (UTC-4) year-round, keeping things simple with no daylight saving time changes throughout the year.

Major cities

Cities of Martinique.

History

How Martinique keeps time.

Martinique, as an overseas department of France, follows the standard Atlantic Time zone (UTC-4) used across much of the Caribbean. Historically, Martinique adopted Atlantic Standard Time (standard time equivalent of UTC-4) during the 20th century, aligning with regional norms for consistency and ease of communication with neighboring islands. Unlike some French territories that experimented with daylight saving time or different offsets, Martinique has not historically observed daylight saving time, maintaining a consistent UTC-4 year-round. As a French overseas department since 1946, its timekeeping practices align closely with metropolitan French standards as well as regional Caribbean conventions.

Did you know?

Things about Martinique's time.

Fact · 01

Being an overseas department of France, Martinique experiences some unique aspects of timekeeping. While the Caribbean observes Atlantic Standard Time (UTC-4) year-round, mainland France uses Central European Time (UTC+1) with daylight saving adjustments, resulting in a typical time difference that varies depending on the season. This connection means businesses and families often coordinate across multiple time zones despite both entities using official French time references. Martinique's consistent UTC-4 means a significant time difference during summer months when mainland France shifts to UTC+2 under daylight saving time.

Frequently asked questions

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

What time is it in Martinique compared to Paris?
Martinique is typically 5 or 6 hours behind Paris, depending on daylight saving changes in France.
Does Martinique observe daylight saving time?
No, Martinique does not observe daylight saving time and remains on Atlantic Standard Time (UTC-4) year-round.
What is the time difference between Martinique and the Caribbean region?
Martinique shares the same time zone (UTC-4) as many of its Caribbean neighbors, simplifying regional coordination.
How does Martinique's time zone affect tourism?
The fixed UTC-4 time zone helps tourists easily adjust as there are no daylight saving shifts to consider.
What is the time zone abbreviation for Martinique?
Martinique uses the Atlantic Standard Time abbreviation (AST).
Does Martinique's time zone change during the year?
No, Martinique stays on Atlantic Standard Time the entire year without any changes.

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