Europe · Spain

Current time in Barcelona

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Madrid41.39° N · 2.17° E
Current time☾ Night
05:27:21

Sunday, May 31, 2026

☾ NIGHT 06:2013:4921:17
Sunrise
06:20
Solar noon
13:49
Sunset
21:17

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

30%
Mar 29, 2026Oct 25, 2026

About Barcelona time

Barcelona keeps two clocks.

Barcelona runs on the same clock as Madrid, following Central European Time with a summer shift to CEST, so your late afternoon calls stretch comfortably into the evening in the United States. Spain's famous late lunch and dinner schedule means that teams based here tend to hit their stride after midday, making the afternoons the prime overlap window for transatlantic collaboration.

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

Did you know Barcelona should technically be on the UK's time zone?
Spain adopted Central European Time in 1942 during World War II and never switched back, even though geographically Barcelona sits at roughly the same longitude as cities like London and Lisbon.
Why are dinner reservations often after 9 PM here?
Because Spain shifted forward an hour during WWII, the sun doesn't set until quite late in summer, and mealtimes shifted later than neighboring countries, creating a rhythm where dinner at 9 or 10 PM feels completely normal.
What does that mean for scheduling calls with the US East Coast?
When Spain is on CEST, most of Barcelona's business day, roughly 9 AM to 7 PM local time, gives you a one-hour overlap in the morning US time and then again after about 3 PM Eastern when the US afternoon meets Spain's long evening work hours.
Is there any movement to change Spain's time zone?
Spanish parliament actually debated aligning clocks back to Greenwich Mean Time in 2013, but nothing changed yet, and the late-rising, late-dining schedule remains woven into daily life.
What's sunrise like right now?
With daylight saving active in summer, sunrise comes early, around 6:30 AM, so early risers get gorgeous light over the Mediterranean before the workday begins.
Do clocks change twice a year?
Yes, like most of Europe, Spain springs forward in late March and falls back in late October, and those two weeks of adjustment can cause scheduling confusion across time zones.
Does the Siesta culture clash with this time zone?
Businesses still frequently close for a mid-afternoon break from about 2 to 5 PM in summer heat, and remote teams often use that window for deep solo work since colleagues are offline.
How does this affect remote living from Barcelona?
The long evening hours on CEST give remote workers plenty of overlap with US East Coast teams, especially in the afternoon and early evening hours that can feel like a second workday.

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