Time zone

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 daylight0 IANA zones
Current time in WGST☾ Night
20:20:40

Friday, June 5, 2026

☾ NIGHT 06:00noon18:00
Standard
-02 · −2
IANA zones
0

Current offset

UTC-01:00

Daylight · -01

Daylight saving

Active

Reverts 24 Oct 2026

IANA zones

0

None observe daylight saving

DST offset

No summer variant

About WGST

A fixed, year-round offset.

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.

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.

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