Europe · Italy

Current time in Turin

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Rome45.07° N · 7.69° E
Current time☀ Daylight
06:38:41

Tuesday, June 2, 2026

05:4413:2721:09
Sunrise
05:44
Solar noon
13:27
Sunset
21:09

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

31%
Mar 29, 2026Oct 25, 2026

About Turin time

Turin keeps two clocks.

Turin's pace blends industrial efficiency with Italian charm, where the workday stretches from a late morning cappuccino to an evening aperitivo as the Alpine light fades — just remember to confirm times with colleagues across Europe, since the city shifts with daylight saving.

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

How do Turin's daylight saving shifts affect coordination with the UK?
When Turin springs forward, it closes the gap with London from two hours to just one for phone calls and meetings during working hours.
Does Turin's high latitude change its workday light compared to southern Italy?
Yes — evenings stay bright well into summer, which often pushes dinner meetings and outdoor work calls later in the day.
When do clocks change in Turin?
Like the rest of Italy, Turin switches to daylight saving on the last Sunday in March and back on the last Sunday in October.
Can Turin's winters hide meetings in darkness?
Winter sunsets can arrive as early as 4 p.m., so plan video calls and outdoor site visits earlier for usable daylight.
Why does Turin share a time zone with Copenhagen or Oslo but not with Switzerland?
Geographically Turin sits farther east than Switzerland, yet both follow Central European summer schedules, keeping their clocks aligned.
How early does Turin start the workday in relation to New York?
Morning stand-ups in Turin land around 3–4 a.m. Eastern, so transatlantic syncs often get pushed to late morning Turin time.
Do local festivals in Turin ever shift clock behavior?
Religious and civic holidays often mean shops close early, so avoid scheduling heavy coordination on those days.
How does Turin manage factory shifts versus office hours during summer?
Factories may start earlier to beat the heat, while offices often keep typical 9-to-6 hours and stretch into late-evening emails.
Is Turin's time zone ever out of sync with Rome's despite using the same zone name?
No — both cities experience identical time changes year-round, so internal Italian meetings rarely need clock adjustments.

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