Europe · Northern Europe · Sovereign state

Current time in Sweden

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

Time in Stockholm☾ Night
05:26:43

Sunday, May 31, 2026

03:4412:4521:46
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Stockholm

About Sweden's time

A single time zone.

Sweden keeps things simple with one time zone: Europe/Stockholm, which follows Central European Time (UTC+1/Ocean Shield offset @1) in winter and Central European Summer Time (CEST/UTC+2) in summer. Like most of Europe, it clocks swing the clock forward and back each year for daylight saving time.

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 Sweden.

History

How Sweden keeps time.

Sweden's journey to standardized time mirrors many European nations, shaped by the railway age and global coordination. On the first day of 1879, Sweden adopted a standard time that was different from Greenwich, one hour ahead of GMT, this change marked the beginning of the use of railways and the telegraph unifying the country's time. Before this, every city maintained its own local solar time.

Since 1900, daylight saving time has been sporadically introduced and abolished in Sweden. It was tried in 1916 but dropped almost immediately. Daylight saving was reintroduced again in 1980 and has been observed consistently ever since, aligning Sweden with its neighbors as European Union directives later standardized summer time rules. Sweden also follows the EU definition of standard time, known as Central European Time (CET, UTC+1), and Central European Summer Time (CEST, UTC+2).

Did you know?

Things about Sweden's time.

Fact · 01

One of Sweden's most striking timezone-related traits is its extreme variation in daylight, a consequence of its high latitude, rather than its clock settings. In Stockholm, summer days can last nearly 19 hours in June, while in December, only about 6 hours of weak sunlight may be experienced, profoundly shaping energy, culture, and daily habits.

Fact · 02

Despite using Central European Time (CET/CEST), Sweden is geographically placed closer to UTC+1 than UTC+2 in most populated areas, meaning solar noon occurs earlier than clock noon. In Gothenburg, the sun reaches its highest point slightly before 12:00 in winter and around 12:45 in summer after the clock change. This can create a disconnect between clock time and solar time, something that has led to debates about adopting "Swedish time"—UTC+2 permanently—but the EU framework makes this complex.

Frequently asked questions

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

Does Sweden observe daylight saving time?
Yes, Sweden observes daylight saving time. Clocks are moved forward by one hour on the last Sunday in March and moved back on the last Sunday in October, in line with EU-wide transitions between CET and CEST.
What is the main time zone in Sweden?
Sweden has one official time zone: Europe/Stockholm. The standard time is Central European Time (CET, UTC+1) in winter and Central European Summer Time (CEST, UTC+2) in summer for daylight saving purposes.
Is Stockholm in the same time zone as Berlin or Brussels?
Yes. During the months when daylight saving (CEST) is in effect (roughly late March to late October), Stockholm is in the same time as Berlin, Brussels, Paris, and Rome. In winter, Stockholm is aligned with those cities on CET (UTC+1).
How does Sweden's time difference work with Nordic neighbors?
Most Nordic countries (Denmark, Norway, Sweden) share CET/CEST, so there is usually no time difference. Iceland is an exception and does not use CET.
Why does Sweden not have multiple time zones?
Sweden is one hour ahead of UTC, meaning the time difference in winter is aligned with its longitude. Its geographic span is not enough to justify separate zones, and using a single unified zone simplifies administration and communication domestically and with neighboring countries.
What are the practical effects of Sweden's time zone on daily life?
In summer, daylight saving time pushes the clock forward by one hour, delaying the evening sunset and often encouraging outdoor life and social events later. In winter, early sunsets due to the high latitude (not time zone rules) heavily influence work schedules, energy use, and even health policy.

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