Europe · Northern Europe · Dependency

Current time in Svalbard and Jan Mayen

A single time zone at UTC+02:00. Currently observing daylight saving time.

Time in Longyearbyen☾ Night
22:04:30

Friday, June 5, 2026

☾ NIGHT 06:00noon18:00
Zone
CEST
UTC
UTC+02:00
IANA
Arctic/Longyearbyen

About Svalbard and Jan Mayen's time

A single time zone.

Svalbard and Jan Mayen share a single timezone at UTC+1:00 year-round, observing daylight saving time like mainland Norway. The combined territory follows Central European Time and Central European Summer Time (CEST) during summer months.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 5 months.

Daylight saving schedule

CET · UTC+01:00CEST · UTC+02:00CET · UTC+01:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Major cities

Cities of Svalbard and Jan Mayen.

History

How Svalbard and Jan Mayen keeps time.

Svalbard and Jan Mayen have been tied to Norway's timekeeping system since Norway formally acquired sovereignty over Svalbard in 1920 through the Svalbard Treaty, and Jan Mayen has been under Norwegian administration since 1929. The archipelago adopted the same timezone framework as mainland Norway — Central Europe Time (CET UTC+1), later UTC+1 in the summer and UTC+0 in winter.

After 1978, Norway standardized to UTC+1:00 year-round (CET during winter, CEST). Svalbard and Jan Mayen followed this shift, as Norwegian law applies directly to both territories. There have been no notable independent timezone changes specific to either territory — they have always mirrored the mainland in lockstep.

Did you know?

Things about Svalbard and Jan Mayen's time.

Fact · 01

During summer months under Central European Summer Time (UTC+2:00), the midnight sun experience in Svalbard takes on an extra surreal dimension. Locals function on CEST while the sun circles the horizon 24 hours a day from roughly April through August, making conventional meal and sleep schedules more about social convention than daylight cues.

Fact · 02

In winter the pendulum swings to near-total darkness (October through February). Meanwhile, distant relatives or friends on mainland Norway are at the same clock time. Longyearbyen, the largest settlement, keeps the same time regardless of the polar extremes — a deliberate alignment with Norwegian mainland life that makes remote work from Svalbard far simpler than one might expect.

Frequently asked questions

Common questions about Svalbard and Jan Mayen's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

What timezone is Svalbard and Jan Mayen in?
The combined territory operates on Arctic/Longyearbyen, at UTC+1:00 during winter (CET) and UTC+2:00 during summer (CEST), following mainland Norway's daylight-saving schedule.
Does Svalbard observe daylight saving time?
Yes — Svalbard shifts from CET (UTC+1) in winter to CEST (UTC+2) in summer, same as mainland Norway. Clocks change in the last Sunday of March (forward) and last Sunday of October (back).
Can I call someone in Longyearbyen at the same time in Oslo year-round?
Yes. Since both observe identical clock changes, Oslo and Longyearbyen are synchronized at all times — no time difference at any point during the year.
Does the midnight sun affect daily schedules in Longyearbyen?
Not the clock, but routine. The town runs on CEST during the midnight-sun months (April–August). Many residents use blackout curtains and follow work hours anchored to clock time rather than daylight.
What time is it in Svalbard when it's noon in London and New York?
When London is at 12:00 (GMT), Longyearbyen is at 13:00 in winter and 14:00 in summer. When New York is at 12:00 (EST), Longyearbyen is 18:00 in winter and 19:00 in summer.
Is Jan Mayen on the same time as Svalbard?
Yes. Jan Mayen Arctic/Longyearbyen is the designated timezone for the combined territory. Jan Mayen's few rotating station personnel keep the same clock as Longyearbyen and the Norwegian mainland.
How do I schedule a meeting with someone in Svalbard from Europe?
Treat Svalbard as the same timezone as Norway — CET/CEST. Platform like timezone.io will show Arctic/Longyearbyen (UTC+01:00 / UTC+02:00). Both sides shift together in March and October, so the offset difference to other EU countries stays constant year-round.

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