Europe · Southern Europe · Sovereign state

Current time in Italy

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

Time in Rome☟ Night
05:27:17

Sunday, May 31, 2026

☟ NIGHT 05:3713:0720:37
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Rome

About Italy's time

A single time zone.

Italy operates on a single timezone—Central European Time (CET, UTC+1) in winter and Central European Summer Time (CEST, UTC+2) in summer—shared across the entire country, including its islands like Sicily and Sardinia. Daylight saving time is observed from the last Sunday in March to the last Sunday in October.

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

History

How Italy keeps time.

Italy adopted Central European Time (CET, UTC+1) on January 1, 1893, aligning itself with neighboring Central European countries for economic and transportation coordination, especially as rail networks expanded in the late 19th century. Before this, local mean time based on Rome’s solar time (approximately UTC+0:49) was used, causing inconsistencies as Italy unified politically but remained fragmented temporally.

Daylight saving time was first introduced during World War I in 1916, following Germany and Austria-Hungary’s lead, primarily to conserve energy. After sporadic observance in the interwar period, DST was reinstated during World War II and then abandoned again in the immediate postwar years. Since 1996, Italy has consistently followed the EU-wide DST schedule: clocks go forward one hour on the last Sunday in March and fall back on the last Sunday in October—a harmonization that simplified cross-border coordination within the growing European Union.

Did you know?

Things about Italy's time.

Fact · 01

Despite spanning over 10 degrees of longitude (from about 6°E to 18°E), Italy uses a single timezone, meaning solar noon occurs up to an hour earlier in western cities like Milan than in eastern ones like Bari. This can affect daily rhythms, especially in summer when daylight lasts until nearly 10 PM in some regions.

Fact · 02

A curious quirk is that Italy has never operated on a non-standard offset—unlike Nepal or India, it strictly adheres to hourly offsets. However, during Mussolini’s regime in the 1920s–1940s, there were brief discussions about adopting permanent summer time for agricultural and energy reasons, though these never materialized.

Fact · 03

Interestingly, Italy’s time is named “Rome Time” (though not officially used in English), reflecting the city’s historical role as a temporal reference point before standardization. Today, all of Italy—including tiny Campione d’Italia, an Italian enclave in Switzerland—follows the same time as mainland Italy, even though geographically it’s surrounded by Swiss (CET/CEST) territory.

Frequently asked questions

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

What timezone is Italy in?
Italy uses Central European Time (CET, UTC+1) in winter and Central European Summer Time (CEST, UTC+2) during daylight saving months.
Does Italy observe daylight saving time?
Yes. Italy switches to CEST (UTC+2) from the last Sunday in March to the last Sunday in October.
Are there multiple timezones in Italy?
No. The entire country—including Sicily, Sardinia, and the mainland—uses the same timezone: Europe/Rome.
How many hours ahead is Italy of the US?
Italy is typically 6 hours ahead of Eastern Time (ET) during standard time and 5 hours ahead during daylight saving, though exact differences depend on local DST schedules.
What time is it in Rome right now?
The current time in Rome depends on the date: it’s UTC+1 in winter (CET) and UTC+2 in summer (CEST). You can check live on timezone.io.
When does Italy change its clocks?
Italy springs forward on the last Sunday in March at 2:00 AM (to 3:00 AM) and falls back on the last Sunday in October at 3:00 AM (to 2:00 AM).

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