Time zone · Americas

WGST

West Greenland Standard Time

West Greenland Standard Time keeps clocks one step ahead during daylight saving months, making evening light last longer in a land where the midnight sun already blurs the line between day and night.

UTC-01:00 daylightDST: UTC-01:00 (WGST)1 IANA zone1 city
Current time in WGST☀ Daylight
06:07:04

Sunday, August 30, 2026

☾ NIGHT 07:0414:2721:50
Standard
-02 · −2
Daylight
WGST · −1
IANA zones
1

Current offset

UTC-01:00

Daylight · -01

Daylight saving

Active

Reverts 24 Oct 2026

IANA zones

1

1 observe DST, 0 don't

DST offset

UTC-01:00

WGST · +1h

About WGST

Standard time, with a summer shift.

West Greenland Standard Time keeps clocks one step ahead during daylight saving months, making evening light last longer in a land where the midnight sun already blurs the line between day and night.

DST schedule · WGST · WGST

October 24

2026 Saturday · clocks fall back

Clocks fall back by one hour · in 2 months.

One year, two clocks

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

IANA zones · the technical identifiers

The zone that resolve to WGST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
America/NuukNuuk▲ DST

Cities across WGST

Local time, city by city.

1 city

Where WGST is used

One country.

Same offset · UTC-01:00

Other zones at UTC-01:00 right now.

These named zones share WGST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Convert

WGST to the world's clocks.

Open the converter →

Frequently asked questions

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

What does West Greenland Standard Time have in common with other Arctic time zones?
Like other far-north regions, its extreme latitude means that daylight saving time creates surprisingly large swings in clock behavior, though actual solar noon variation is already dramatic.
How does DST affect life in Nuuk across the year?
During daylight saving, clocks match wider Greenlandic work hours with neighboring Atlantic regions and help sync digital calendars for trade and travel while daylight itself shifts with the seasons.
When does West Greenland Standard Time currently observe daylight saving time?
Right now it is in daylight saving, with standard time returning at the end of October; the transition moves clocks back to -02:00.
Why might timestamps in this region seem unusual to outsiders?
Its small population and remote location mean fewer global tools adjust automatically, so double-checking offsets avoids missed calls and late-night bookings.
Is there daylight saving time outside the current zone?
No other member zones exist yet; all known territories under West Greenland Standard Time observe the same schedule by default.

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