Europe · Southern Europe · Sovereign state

Current time in Vatican City

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

Time in Vatican City☾ Night
22:01:56

Friday, June 5, 2026

☾ NIGHT 05:3513:0820:41
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Vatican

About Vatican City's time

A single time zone.

Vatican City follows Central European Time (CET, UTC+1:00) and switches to CEST (UTC+2:00) during daylight saving, perfectly in sync with neighboring Italy. It shares its lone timezone zone with Rome, and has never needed its own independent time standard for anything other than a year-round clock-skew situation in practice.

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 Vatican City.

Did you know?

Things about Vatican City's time.

Fact · 01

Because Vatican City is tiny and entirely surrounded by Rome, its time is effectively Rome time—no border crossings, no internal transitions, no fractional offsets. It uses CET/CEST in lockstep with Italy.

Fact · 02

There’s no historical record of the Vatican ever diverging from Italian time; clocks inside the city-state are set to match the surrounding Roman civil time. In practice, anyone visiting or living there adjusts to Rome’s clock and Italy’s DST schedule.

Frequently asked questions

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

Does Vatican City have its own unique timezone?
No. Vatican City uses the same timezone as Rome: Central European Time (CET, UTC+1) with CEST (UTC+2) in summer. Its single timezone zone is effectively Rome time.
Do I need to worry about a different time when visiting Vatican City?
Not at all. The city-state is entirely embedded in Rome’s urban fabric, so your phone, hotel clocks, and trains all show whatever Rome is showing—standard CET/CEST time.
Does Vatican City observe daylight saving time?
Yes, in lockstep with Italy. Clocks go forward 1 hour in spring and back in autumn, just like everywhere else in Italy.
Is there ever a different time inside versus outside the Vatican?
No. Vatican City has never maintained an independent clock; time is set to match Rome, so there’s no border crossing time change.

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