Americas · North America · Dependency

Current time in Greenland

Spans 4 time zones from UTC-03:00 to UTC-01:00, a 2-hour difference. 3 of 4 zones currently in DST.

Time in Nuuk☾ Night
02:27:21

Sunday, May 31, 2026

☾ NIGHT 04:2214:2400:26
Zone
-01
UTC
UTC-01:00
IANA
America/Nuuk

About Greenland's time

4 time zones.

Greenland spans four time zones across its massive ice-covered territory, with most of the populated western coast following America/Nuuk at UTC-01:00.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 5 months.

Affects 3 of 4 zones.

Daylight saving schedule

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

By time zone

Time zones of Greenland.

4 time zones

Major cities

Cities of Greenland.

History

How Greenland keeps time.

Greenland's timezone structure evolved with its political ties to Denmark. Historically, settlements kept local solar time until standardization became necessary for administrative coordination with Copenhagen. The eastern settlements in Ittoqqortoormiit (Scoresbysund) operate at UTC-01:00, while the remote Danmarkshavn station in the northeast uses UTC+00:00, aligning with Iceland and facilitating communication across the Denmark Strait. The US-operated Pituffik Space Base (Thule) at UTC-04:00 maintains alignment with Eastern Time for military operations. During the 2023 timezone reform, most zones shifted forward to better align with solar noon on the western coast, moving the default to UTC-01:00 (formerly known as West Greenland Time at UTC-03:00).

Did you know?

Things about Greenland's time.

Fact · 01

Greenland's timezone map is dominated by sheer geography: its east-west span across 26° of longitude means solar noon occurs nearly two hours earlier inScoresbysund than in the western settlements, forcing arbitrary time compromises. The country's political situation creates a unique dual-zone effect at the US military base,Thule Air Base runs on UTC-04:00 to maintain operational synchronization with the continental United States, creating a 3-hour gap with nearby Greenlandic towns. Most notably, during the 2023 reform, the entire populous western coast skipped forward in time by two hours to better match solar time and trading partners in Europe, what was effectively 'permanent daylight saving time.' In the high north, Danmarkshavn (a lonely weather station) holds a quirky offset of UTC+00:00, meaning it shares time with Reykjavik despite being physically closer to the US base in Thule than to the Icelandic capital.

Frequently asked questions

Common questions about Greenland'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 Nuuk?
Nuuk follows America/Nuuk at UTC-01:00 and observes daylight saving time, switching to UTC-02:00 in winter. This means it is typically 2-3 hours ahead of New York.
Does all of Greenland use the same time?
No. Greenland uses four different time zones. The majority of the population on the western coast, including Nuuk and Ilulissat, uses UTC-01:00. The remote northeast settlement of Ittoqqortoormiit uses UTC-01:00, while the extremely isolated Danmarkshavn weather station uses UTC+00:00, and the US Space Base at Thule uses UTC-04:00 (EST).
Why did Greenland change its time zone in 2023?
In March 2023, the forward shift to UTC-01:00 wasimplemented to better align working daylight hours with solar time on the populous western coast. Previously at UTC-03:00, the sun rose and set much later than the clocks suggested. The shift essentially adopted 'permanent summer time' to improve synchronization and well-being.

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