IANA tz database · zone identifier

America/Nuuk

The IANA tz database identifier for West Greenland Standard Time in Greenland. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC-01:00Abbreviation -01Observes daylight saving
Time in America/Nuuk☾ Night
21:58:36
Wednesday, July 15, 2026
Offset
UTC-01:00
Abbreviation
-01
DST
Active

Current offset

UTC-01:00

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

Abbreviation

-01

tzdb uses numeric abbreviations here

DST behaviour

Observes

changes clocks twice a year

Country

🇬🇱 Greenland

ISO 3166: GL · view country page →

Using this identifier

The string to put in your code.

America/Nuuk 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 -01 or -01: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/Nuuk',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

America/Nuuk alternates between -02 (UTC-02:00) and WGST (UTC-01:00). Right now it is on -01; clocks fall back on 24 October 2026.

The year at a glance

-02 · UTC-02:00WGST · UTC-01:00-02 · UTC-02:0029 Mar · +1h24 Oct · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAmerica/Nuuk
ISO country codeGL🇬🇱 Greenland
Reference coordinates64.18°N, 51.73°Wtz database reference point
Standard offsetUTC-02:00abbreviation -02
Daylight offsetUTC-01:00abbreviation WGST

Where it applies

One of Greenland's 4 zones.

Looking for travel-friendly info? See Nuuk or West Greenland 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/Nuuk?
America/Nuuk is currently UTC-01:00 (-01). It alternates between UTC-02:00 in winter and UTC-01:00 in summer.
Does America/Nuuk observe daylight saving time?
Yes. Clocks fall back at the next transition on 24 October 2026, as they do twice every year.
Which country uses America/Nuuk?
Greenland. It is one of 4 IANA zones covering the country.
Is America/Nuuk the same as WGST?
America/Nuuk is one of the IANA zones that keeps West Greenland Standard Time (WGST). Use America/Nuuk in software — WGST 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/Nuuk
{
"iana": "America/Nuuk",
"utc_offset": "-01:00",
"abbreviation": "-01",
"observes_dst": true,
"country": "GL"
}