IANA tz database · zone identifier

Europe/Vaduz

The IANA tz database identifier for Central European Standard Time in Liechtenstein. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC+02:00Abbreviation CESTObserves daylight saving
Time in Europe/Vaduz☾ Night
00:59:10
Thursday, July 16, 2026
Offset
UTC+02:00
Abbreviation
CEST
DST
Active

Current offset

UTC+02:00

standard UTC+01:00 · daylight UTC+02:00

Abbreviation

CEST

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇱🇮 Liechtenstein

ISO 3166: LI · view country page →

Using this identifier

The string to put in your code.

Europe/Vaduz is the identifier to use in code and config for this region. Every modern language, database, and OS resolves it through the same tz database, so the examples here behave identically everywhere.

Avoid storing CEST or +02:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

// format a date in this zone
new Intl.DateTimeFormat('en-US', {
timeZone: 'Europe/Vaduz',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

Europe/Vaduz alternates between CET (UTC+01:00) and CEST (UTC+02:00). Right now it is on CEST; clocks fall back on 25 October 2026.

The year at a glance

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

Technical record

The database entry, in full.

source: IANA tz database

IdentifierEurope/Vaduz
ISO country codeLI🇱🇮 Liechtenstein
Reference coordinates47.15°N, 9.52°Etz database reference point
Standard offsetUTC+01:00abbreviation CET
Daylight offsetUTC+02:00abbreviation CEST

Where it applies

All of Liechtenstein, one clock.

Looking for travel-friendly info? See Vaduz or Central European Standard Time.

Related identifiers

Nearby in the database.

Frequently asked questions

Answers specific to this identifier — generated from the database record. Can't find what you need? Email [email protected].

What UTC offset is Europe/Vaduz?
Europe/Vaduz is currently UTC+02:00 (CEST). It alternates between UTC+01:00 in winter and UTC+02:00 in summer.
Does Europe/Vaduz observe daylight saving time?
Yes. Clocks fall back at the next transition on 25 October 2026, as they do twice every year.
Which country uses Europe/Vaduz?
Liechtenstein. The identifier covers the whole country.
Is Europe/Vaduz the same as CET?
Europe/Vaduz is one of the IANA zones that keeps Central European Standard Time (CET). Use Europe/Vaduz in software — CET is a human-friendly label, not a valid identifier.

Free · Developer API

This zone, as JSON.

Everything on this page — offset, abbreviation, DST rules, coordinates — from one endpoint, always current with the latest tzdb release.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// this identifier, resolved live
GET /v1/timezones?iana=Europe/Vaduz
{
"iana": "Europe/Vaduz",
"utc_offset": "+02:00",
"abbreviation": "CEST",
"observes_dst": true,
"country": "LI"
}