Europe · Southern Europe · Sovereign state

Current time in Andorra

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

Time in Andorra la Vella☾ Night
23:13:58

Saturday, June 13, 2026

☾ NIGHT 06:1513:5421:32
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Andorra

About Andorra's time

A single time zone.

Andorra uses a single time zone, UTC+02:00 during Central European Summer Time and UTC+01:00 during Central European Standard Time. As a small European country nestled between France and Spain, it follows the same daylight saving time schedule as its neighbors.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 4 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 Andorra.

Convert

Andorra to the world's clocks.

Open the converter →

Frequently asked questions

Common questions about Andorra'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 Andorra in?
Andorra uses Central European Time (CET, UTC+1) and Central European Summer Time (CEST, UTC+2) — the same as France and Spain.
Does Andorra observe daylight saving time?
Yes, Andorra observes daylight saving time, switching to CEST (UTC+2) in March and back to CET (UTC+1) in October, in line with EU regulations.
Is Andorra in the same time zone as Barcelona?
Yes, both Andorra and Barcelona, Spain are on CET/CEST since they both follow the same Central European time zone schedule.
How many time zones does Andorra have?
Andorra has just one time zone — Europe/Andorra — which covers the entire country.

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