Europe · Central Europe · Sovereign state

Current time in Czechia

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

Time in Prague☾ Night
05:26:46

Sunday, May 31, 2026

04:5812:5921:01
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Prague

About Czechia's time

A single time zone.

Czechia uses a single timezone, Europe/Prague, which switches between CET (UTC+01:00) in winter and CEST (UTC+02:00) in summer with the rest of continental Europe.

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

Frequently asked questions

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

What time zone is Czechia in?
Czechia uses Europe/Prague, which is CET (UTC+01:00) in winter and CEST (UTC+02:00) in summer.
Does Czechia observe daylight saving time?
Yes, Czechia observes daylight saving time, switching to CEST (UTC+02:00) in summer and CET (UTC+01:00) in winter.
How many time zones does Czechia have?
Czechia has only one time zone, Europe/Prague.
What is the time difference between Czechia and UTC?
Czechia is UTC+01:00 in winter (CET) and UTC+02:00 in summer (CEST).

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