IANA tz database · zone identifier

America/Miquelon

The IANA tz database identifier for St. Pierre & Miquelon Standard Time in Saint Pierre and Miquelon. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC-02:00Abbreviation -02Observes daylight saving
Time in America/Miquelon☾ Night
20:59:55
Wednesday, July 15, 2026
Offset
UTC-02:00
Abbreviation
-02
DST
Active

Current offset

UTC-02:00

standard UTC-03:00 · daylight UTC-02:00

Abbreviation

-02

tzdb uses numeric abbreviations here

DST behaviour

Observes

changes clocks twice a year

Country

🇵🇲 Saint Pierre and Miquelon

ISO 3166: PM · view country page →

Using this identifier

The string to put in your code.

America/Miquelon is the identifier to use in code and config for this region. Every modern language, database, and OS resolves it through the same tz database, so the examples here behave identically everywhere.

Avoid storing -02 or -02:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

// format a date in this zone
new Intl.DateTimeFormat('en-US', {
timeZone: 'America/Miquelon',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

America/Miquelon alternates between -03 (UTC-03:00) and PMDT (UTC-02:00). Right now it is on -02; clocks fall back on 1 November 2026.

The year at a glance

-03 · UTC-03:00PMDT · UTC-02:00-03 · UTC-03:008 Mar · +1h1 Nov · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAmerica/Miquelon
ISO country codePM🇵🇲 Saint Pierre and Miquelon
Reference coordinates47.05°N, 56.33°Wtz database reference point
Standard offsetUTC-03:00abbreviation -03
Daylight offsetUTC-02:00abbreviation PMDT

Where it applies

All of Saint Pierre and Miquelon, one clock.

Looking for travel-friendly info? See Saint-Pierre or St. Pierre & Miquelon Standard Time.

Related identifiers

Nearby in the database.

Frequently asked questions

Answers specific to this identifier — generated from the database record. Can't find what you need? Email [email protected].

What UTC offset is America/Miquelon?
America/Miquelon is currently UTC-02:00 (-02). It alternates between UTC-03:00 in winter and UTC-02:00 in summer.
Does America/Miquelon observe daylight saving time?
Yes. Clocks fall back at the next transition on 1 November 2026, as they do twice every year.
Which country uses America/Miquelon?
Saint Pierre and Miquelon. The identifier covers the whole country.
Is America/Miquelon the same as PMST?
America/Miquelon is one of the IANA zones that keeps St. Pierre & Miquelon Standard Time (PMST). Use America/Miquelon in software — PMST is a human-friendly label, not a valid identifier.

Free · Developer API

This zone, as JSON.

Everything on this page — offset, abbreviation, DST rules, coordinates — from one endpoint, always current with the latest tzdb release.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// this identifier, resolved live
GET /v1/timezones?iana=America/Miquelon
{
"iana": "America/Miquelon",
"utc_offset": "-02:00",
"abbreviation": "-02",
"observes_dst": true,
"country": "PM"
}