Europe · Vatican City

Current time in Vatican City

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Vatican41.90° N · 12.45° E
Current time☾ Night
05:27:53

Sunday, May 31, 2026

☾ NIGHT 05:3713:0720:37
Sunrise
05:37
Solar noon
13:07
Sunset
20:37

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

30%
Mar 29, 2026Oct 25, 2026

About Vatican City time

Vatican City keeps two clocks.

Nestled within Rome, Vatican City keeps Central European Time right alongside Italy, so meetings with the Holy See usually flow on the same relaxed-but-punctual Mediterranean schedule remote teams expect from southern Europe. This tiny city-state switches to daylight saving in late March, stretching evening light well into the night and giving video calls with colleagues in the Americas a more generous overlap before dinner.

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

Why does a country smaller than most office parks have its own time zone?
Europe/Vatican exists mainly for software databases; in practice, the clocks are identical to Rome’s, so you’ll always be in sync with Italy’s mainland schedule.
Do I need to worry about a hidden UTC offset when dialing the Vatican?
No. Think of it as Italy: UTC+1 in winter, UTC+2 in summer—exactly the same as Milan, Naples, or any other Italian city.
Does the Pope’s calendar ever shift the clocks?
Vatican City follows the EU-wide daylight-saving dates, switching on the last Sundays of March and October just like its neighbor Rome.
When are Vatican business hours least disruptive for U.S. East Coast teams?
Best overlap is 9:00–11:00 ET (15:00–17:00 in Vatican time during daylight saving), before western European workdays wrap up.
Is it ever dark during early-morning calls from Asia-Pacific?
During CEST, dawn breaks around 05:30 local time, so 10:30 Tokyo time already feels comfortably sunny in Vatican City.
Does Vatican City do anything unique with time?
Not really—it simply mirrors Rome; but being sovereign software-wise, it gets its own IANA time-zone entry for completeness.
How many time zones border Vatican City?
Since it’s completely enclosed by Italy, the only neighboring zone is Europe/Rome, making clock surprises impossible.
Will I ever need to set an alarm at ‘midnight in the Vatican’ for New Year’s?
If you’re livestreaming the Pope’s New Year’s Eve blessing, yes—but it will feel exactly like watching it from the Spanish Steps next door.

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