Americas · Caribbean · Dependency

Current time in Martinique

A single time zone at UTC-04:00.

Time in Fort-de-France☀ Daylight
16:01:05

Friday, June 5, 2026

05:3412:0218:31
Zone
AST
UTC
UTC-04:00
IANA
America/Martinique

About Martinique's time

A single time zone.

Martinique has a single, straightforward timezone all year round — Atlantic Standard Time at UTC−04:00 — so there's no daylight saving time to keep track of, making it easy to plan calls and trips.

Major cities

Cities of Martinique.

History

How Martinique keeps time.

Martinique's modern timekeeping is a relatively smooth chapter in Caribbean history. During the colonial era, local time was set by solar observation and French naval authority, but by the late 19th and early 20th centuries, standardization through Atlantic Standard Time (AST, UTC−04:00) became standard in the wider Caribbean under British and French influence.

As a French overseas department since 1946, Martinique follows France’s national time conventions, which in practice mean AST for the Caribbean territories rather than metropolitan European time zones. No daylight saving time is observed because of minimal seasonal variation in day length near the equator, so the island has remained on a stable UTC−04:00 year-round since standardization.

Did you know?

Things about Martinique's time.

Fact · 01

Martinique’s simplicity is itself notable. While neighboring regions juggle daylight saving changes or political time-zone shifts, Martinique offers a stable clock that business travelers and digital nomads appreciate.

Fact · 02

The island’s French-Caribbean identity also shapes daily rhythms: work schedules, TV programming, and transportation systems follow French norms, but the Caribbean sun sets the pace of life. That means early sunrises and consistent evenings — no spring-forward or fall-back confusion for visitors from North America or Europe.

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 timezone is Martinique in?
Martinique uses Atlantic Standard Time all year at UTC−04:00, known as AST in the America/Martinique time zone.
Does Martinique observe daylight saving time?
No. Martinique does not observe daylight saving time, so UTC−04:00 is used year-round.
Is the time in Martinique the same as in Paris?
No. Paris uses Central European Time (UTC+1) or summer time (UTC+2), while Martinique stays on Atlantic Standard Time (UTC−4).
When is the best time to call Martinique from the US East Coast?
Martinique (AST, UTC−4) is generally the same as US Eastern Standard Time and one hour ahead of US Eastern Daylight Time. During US winter, hours often match; in US summer, calls may need to account for the one-hour difference.
How does Martinique’s time compare to other French Caribbean islands?
Most French Caribbean territories like Guadeloupe also use Atlantic Standard Time (UTC−4) without DST, making it easy to coordinate across these islands.
Will I need to adjust my clock when I travel within the Caribbean near Martinique?
Some nearby islands use different offsets or observe daylight saving. Check the exact time zone of each destination, as you may gain or lose an hour leaving or arriving in Martinique.

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