Europe · Western Europe · Sovereign state

Current time in Monaco

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

Time in Monaco☾ Night
21:56:27

Friday, June 5, 2026

☾ NIGHT 05:4913:2821:08
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Monaco

About Monaco's time

A single time zone.

Monaco keeps things simple: a single timezone, CET/CEST, in line with most of Western Europe, with the usual clock changes in spring and fall.

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

Frequently asked questions

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

What timezone does Monaco use?
Monaco uses Central European Time (CET, UTC+1) and switches to Central European Summer Time (CEST, UTC+2) during daylight saving time.
Does Monaco observe daylight saving time?
Yes, Monaco observes daylight saving time, moving clocks forward one hour in spring and back one hour in autumn, aligned with other Western European countries.
Is Monaco on the same time as Paris?
Yes, Monaco is on the same timezone as Paris, using CET in winter and CEST in summer.
How many time zones does Monaco have?
Monaco has only one timezone, making it straightforward for scheduling and travel.
What is Monaco’s timezone abbreviation?
Monaco uses CET (Central European Time) and CEST (Central European Summer Time) as its timezone abbreviations.

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