Europe · Austria

Current time in Vienna

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Vienna48.21° N · 16.37° E
Current time☾ Night
23:13:45

Friday, June 5, 2026

☾ NIGHT 04:5512:5320:50
Sunrise
04:55
Solar noon
12:53
Sunset
20:50

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

33%
Mar 29, 2026Oct 25, 2026

About Vienna time

Vienna keeps two clocks.

In Vienna, workdays follow a crisp Central European rhythm — mornings start by 8:30 a.m., lunch around noon, and most offices wind down by 5 p.m., leaving long summer evenings for a walk along the Danube or coffee at a historic café. Because Austria sits comfortably in the CET/CEST zone, coordinating with Berlin, Paris, or Milan is effortless, with only a one-hour jump needed for calls to London and a six-hour hop for New York, making Vienna a well-connected hub for pan-European teamwork.

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

How does daylight saving affect Vienna's workday?
From late March, clocks shift to UTC+2, stretching summer evenings past 9 p.m. — many locals head to Heuriger wine gardens after work as the sun hangs low in the Danube sky.
Is Vienna's time zone convenient for collaborating with London?
You're just one hour ahead of London, so a 9 a.m. Vienna start neatly overlaps with the UK's morning without anyone taking a call at dawn.
What's Vienna's U.S. East Coast coordination window?
With New York running six hours behind during summer, the sweet spot for joint meetings falls between 2–5 p.m. Vienna time, catching both sides within working hours.
Do all of Austria share Vienna's time zone?
Yes, the entire country observes Europe/Vienna, so whether your colleagues are in Salzburg, Graz, or Innsbruck, scheduling is seamless.
How do winters change the daily rhythm?
After the October clocks roll back to UTC+1, darkness arrives by 4:30 p.m., prompting earlier work finishes and a cozy shift to Vienna's famous café culture.
Which major hubs share Vienna's time zone?
Berlin, Paris, Rome, Zurich, and Warsaw all run on the same offset, making Vienna a natural scheduling axis for multi-city European collaboration.

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