Europe · Western Europe · Sovereign state

Current time in Liechtenstein

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

Time in Vaduz☾ Night
22:01:05

Friday, June 5, 2026

☾ NIGHT 05:2713:2021:12
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Vaduz

About Liechtenstein's time

A single time zone.

Liechtenstein uses a single timezone — Central European Summer Time (UTC+02:00) in summer and Central European Time (UTC+01:00) in winter — following the same daylight saving schedule as its neighbors Switzerland and Austria.

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

History

How Liechtenstein keeps time.

Liechtenstein has historically aligned its timekeeping with Switzerland, adopting Central European Time under the broader standardization of European time zones in the late 19th and early 20th centuries. Like many small European states, it did not maintain an independent time policy but followed Bern’s lead. Daylight saving time was introduced during periods of wartime energy conservation, notably in World War I and again consistently from the 1980s onward under EU-harmonized rules, which Liechtenstein follows by agreement despite not being an EU member.

There are no notable deviations or unique historical shifts in Liechtenstein’s timezone policy. Its sole IANA timezone, Europe/Vaduz, was added for administrative completeness but mirrors Zurich’s time exactly. The principality’s integration into the Swiss economic and transport network has ensured seamless synchronization without public debate or political controversy over time zone choices.

Frequently asked questions

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

Does Liechtenstein observe daylight saving time?
Yes, Liechtenstein observes daylight saving time, switching from Central European Time (UTC+01:00) in winter to Central European Summer Time (UTC+02:00) in summer, in line with EU regulations.
Is Liechtenstein in the same time zone as Switzerland?
Yes, Liechtenstein shares the exact same time zone as Switzerland—both use Europe/Zurich (and by extension Europe/Vaduz), which is synchronized with Central European Time.
What is the IANA time zone for Liechtenstein?
The IANA time zone for Liechtenstein is Europe/Vaduz, though it is functionally identical to Europe/Zurich used by Switzerland.
Does Liechtenstein ever change its clocks at different times than its neighbors?
No, Liechtenstein changes its clocks simultaneously with Switzerland and Austria during daylight saving transitions.

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