Time zone

EGST

East Greenland Standard Time

East Greenland Standard Time (EGST) covers the remote northeast coast of Greenland, where life follows a rhythm dictated by polar extremes—months of midnight sun or near-total darkness. Despite its sparse population, clocks here spring forward to better align daylight hours with waking life during the brief Arctic summer, a practical adjustment that keeps this tiny community in sync with the wider world.

UTC-01:00 daylight0 IANA zones
Current time in EGST☾ Night
02:29:41

Sunday, May 31, 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 EGST

A fixed, year-round offset.

East Greenland Standard Time (EGST) covers the remote northeast coast of Greenland, where life follows a rhythm dictated by polar extremes—months of midnight sun or near-total darkness. Despite its sparse population, clocks here spring forward to better align daylight hours with waking life during the brief Arctic summer, a practical adjustment that keeps this tiny community in sync with the wider world.

Same offset · UTC-01:00

Other zones at UTC-01:00 right now.

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

Frequently asked questions

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

Why does East Greenland bother with daylight saving in such a sparsely populated place?
The seasonal shift isn’t about saving energy—it’s about keeping schedules aligned with neighboring regions and Denmark’s administrative time, ensuring that flights, shipping, and satellite communications stay coordinated across the North Atlantic.
What happens when the sun barely sets—or rises—at all?
Scoresbysund experiences midnight sun in summer and polar night in winter; DST makes little difference to daylight itself but preserves familiar working hours and global business hours.
Is there any place on Earth with fewer people using this timezone?
With only one official zone, EGST may be among the least-populated timecodes anywhere, shared by a few hundred residents plus seasonal researchers and military personnel.
How do supply ships and aircraft adjust for DST?
Logistics operators simply follow published schedule changes; the zone’s tiny population means that a single local official often handles all critical time-sensitive coordination.
Could someone ‘lose’ a day traveling between EGST and Europe?
A flight from EGST to Copenhagen crosses four time zones in under three hours, so travelers routinely reset watches mid-flight and joke about living in yesterday.
Do hunters and fishers care about precise clocks?
Traditional activities still follow sun and tide more than schedules, but modern logistics, digital connectivity, and official business require precise timekeeping.

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