Europe · Norway

Current time in Oslo

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Oslo59.92° N · 10.75° E
Current time☾ Night
05:26:10

Sunday, May 31, 2026

04:0713:1422:21
Sunrise
04:07
Solar noon
13:14
Sunset
22:21

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 Oslo time

Oslo keeps two clocks.

Oslo works on Central European Time and follows daylight saving, so right now clocks are set to UTC+2. With its high latitude, Oslo swings between very long summer days and very short winter days, which shapes when people start work, take breaks, and head out for evening activities. Remote teams should expect a typical 9-to-5 rhythm, but with more flexibility around daylight: early sunrises in summer and late sunrises in winter.

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 Oslo's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Oslo observe daylight saving time?
Yes, Norway follows the EU daylight saving schedule, switching between CET (UTC+1) in winter and CEST (UTC+2) in summer.
How extreme are Oslo’s daylight changes?
In midsummer, Oslo can have nearly 19 hours of daylight, while in midwinter it may get only about 6 hours, strongly influencing daily routines and work patterns.
What is the standard working rhythm in Oslo?
Most offices follow a standard 8 or 9 AM to 4 or 5 PM schedule, with many workplaces adjusting slightly in winter to make the most of limited daylight.
How does Oslo’s timezone compare to London?
Oslo is always one hour ahead of London in winter (CET vs GMT) and stays one hour ahead in summer (CEST vs BST).
When do clocks change in Oslo?
Clocks move forward one hour on the last Sunday in March and back one hour on the last Sunday in October, in line with most of Europe.
Is Oslo’s timezone the same as Stockholm and Copenhagen?
Yes, Oslo shares the same timezone as Stockholm and Copenhagen, making coordination across these Nordic capitals straightforward.
How does the timezone affect remote collaboration?
Because of the shared timezone with much of Central and Northern Europe, Oslo fits neatly into typical European meeting windows, but teams should be mindful of the big seasonal daylight shifts when scheduling calls.
What’s unique about Oslo’s daylight in summer?
Around the summer solstice, Oslo experiences very long days with extended twilight, so people often work later and socialize outdoors well into the evening.

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