Europe · Svalbard and Jan Mayen

Current time in Longyearbyen

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Arctic/Longyearbyen78.22° N · 15.63° E
Current time☾ Night
05:26:37

Sunday, May 31, 2026

☾ NIGHT 01:0001:0001:00
Sunrise
01:00
Solar noon
01:00
Sunset
01:00

Offset right now

UTC+02:00

Central European Standard Time · CEST

Daylight saving

Active

Ends Oct 25, 2026 · in 5 months

Through the current period

30%
Mar 29, 2026Oct 25, 2026

About Longyearbyen time

Longyearbyen keeps two clocks.

Longyearbyen sits in Svalbard and Jan Mayen's far-north realm where the clocks chase the sun. With midnight sun in summer and polar night in winter, this Arctic gateway wraps workday life around shifting seasons of light. Daylight Saving Time nudges the clocks forward, but it's the polar daylight that truly reshapes the rhythm of the city.

Daylight saving

The year, by the clock.

Currently CEST
CETCESTCET29 Mar · +1h25 Oct · −1h Jan 2026 Dec

Now

CEST

Daylight saving · since Mar 29, 2026

Next change

Oct 25, 2026

Clocks fall back · in 5 months

Frequently asked questions

Common questions about Longyearbyen's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

How does being north of the Arctic Circle affect daily life?
Longyearbyen's position at 78.22° latitude means the sun stays above the horizon for months in summer and below it for months in winter. Work and social schedules bend around this light cycle rather than clock time.
When does daylight saving time start and end here?
During summer, the clocks spring forward by 60 minutes to CEST, adding light to the already endless days. When clocks fall back, the polar night is already taking hold.
What's unique about its current UTC offset?
Even though Longyearbyen is deep in the Arctic, it follows Central European Summer Time (UTC+2), tying daily life and business to mainland European schedules rather than nearby time zones like Moscow or UTC.
How does the population size influence time coordination?
With a small, close-knit community, Longyearbyen's rhythm is more about shared light and darkness than strict punctuality. Meetings and projects adapt quickly to the polar seasons.
When is the best time to collaborate with teams in mainland Europe?
The overlap is natural: both regions follow CEST in summer, so project updates, messages, and video calls happen at the same clock times, even if one side sees midnight sun and the other sees evening.
Does the city observe daylight saving time year-round?
No—only in summer. When the sun never sets, DST adds extra evening light. In winter, standard time returns as darkness dominates.
Is there a 'standard' working day?
Business hours follow European norms, but the extreme light or dark outside the window means energy and morale are tied to sunrise and sunset cycles more than office hours.
Why do visitors find the time confusing?
With CEST in summer, clocks match central Europe, but the sun doesn’t rise or set for weeks. Watches tick as usual, but the sky doesn’t follow the usual rules.

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