Europe · Western Europe · Sovereign state

Current time in Switzerland

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

Time in Bern☾ Night
05:27:58

Sunday, May 31, 2026

☾ NIGHT 05:3913:2721:15
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Zurich

About Switzerland's time

A single time zone.

Switzerland keeps things simple with a single time zone across the entire country—Central European Time (CET, UTC+01:00) in winter and Central European Summer Time (CEST, UTC+02:00) when daylight saving time kicks in. This Alpine nation has maintained just one consistent time zone, making coordination across cantons straightforward for both local residents and international visitors.

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

History

How Switzerland keeps time.

Switzerland adopted Central European Time on June 1, 1894, as part of a broader European movement toward standardized railway time. Prior to this, Swiss cities and cantons operated on local mean time, which caused significant confusion for the rapidly expanding railway network, with Basel, Zurich, Bern, and Geneva each slightly offset from one another.

The adoption of CET aligned Switzerland with Germany and Austria for practical commercial and transportation purposes. When daylight saving time was first introduced in Switzerland on May 21, 1941, during World War II, it was part of wartime energy-saving measures adopted across much of Europe. Summer time was set at UTC+02:00.

After the war, Switzerland maintained the practice, and it was formally standardized with the European Union's summer time directive in 1981, ensuring uniform daylight saving transitions across the country, which helped maintain seamless cross-border coordination with neighboring Germany, France, Italy, and Austria.

Did you know?

Things about Switzerland's time.

Fact · 01

Switzerland sits at a fascinating crossroads where the Central European Time zone naturally aligns with solar noon, resulting in sunrises and sunsets that feel 'correct' compared to Western European countries. Unlike France and Spain—which use CET despite their western positions—Switzerland's geographic centrality in the CET zone means clock time and solar time rarely diverge by more than about 30 minutes.

Fact · 02

Despite its trilingual and quadrilingual culture (German, French, Italian, Romansh), Switzerland maintains one unified time zone without regional disputes, reflecting the country's broader consensus-driven approach. Notably, the tiny enclave of Büsingen am Hochrhein, which belongs to Germany, also uses CET/CEST, ensuring no time zone border complications in daily cross-border life.

Fact · 03

Swiss punctuality culture extends to timekeeping—right down to the public transit system, where trains are famously synchronized to the second. The Federal Office of Metrology (METAS) in Bern maintains the official Swiss time standard, and Swiss radio station DCF77 broadcasts the exact time signal used to set clocks nationwide.

Frequently asked questions

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

What is the time zone in Switzerland?
Switzerland uses Central European Time (CET, UTC+01:00) in standard time and Central European Summer Time (CEST, UTC+02:00) during daylight saving time, observed across the entire country.
When do clocks change for DST in Switzerland?
Clocks spring forward by one hour from CET to CEST on the last Sunday in March and fall back from CET on the last Sunday in October, following the EU-wide daylight saving schedule.
Does Switzerland have multiple time zones?
No, Switzerland operates on a single time zone (CET/CEST) across all cantons, which simplifies scheduling across its multilingual regions.
What time is solar noon in Zurich?
Solar noon in Zurich typically occurs around 12:30 PM in winter (CET) and around 1:30 PM in summer (CEST), both reasonably aligned thanks to Switzerland's central position in the CET zone.
How does Switzerland coordinate time with neighbors?
Switzerland shares CET/CEST with all four bordering countries—Germany, France, Italy, and Austria—eliminating time zone differences in daily cross-border commutes, though Germany's Büsingen enclave also follows Swiss time.
Are there any time zone exceptions within Switzerland?
None. Every Swiss canton follows CET/CET without regional exceptions, reinforcing Switzerland's single nationwide time policy, shared with the DCF77 radio time signal for precision.

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