Europe · Gibraltar

Current time in Gibraltar

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Gibraltar36.13° N · 5.35° W
Current time☾ Night
05:26:21

Sunday, May 31, 2026

☾ NIGHT 07:0514:1921:32
Sunrise
07:05
Solar noon
14:19
Sunset
21:32

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 Gibraltar time

Gibraltar keeps two clocks.

Gibraltar buzzes with a distinctly Mediterranean rhythm while keeping pace with Central European business hours thanks to its CEST timezone. Remote teams benefit from aligning with the Rock's timing, perfect for bridging morning calls with Europe and catching US colleagues in their afternoons.

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

Why does Gibraltar use CET/CEST despite being a British territory?
Geographically perched next door to Spain, Gibraltar follows Central European Time to stay in sync with its immediate neighbor and key economic partner.
How does the daylight saving schedule help coordination?
Gibraltar shifts forward in spring and back in autumn, keeping its workday aligned perfectly with mainland Europe across the year.
How does Gibraltar's timezone impact daily life?
Keeping CET/CEST rhythms helps the local workforce seamlessly coordinate with Spanish and Central European markets and events.
Does the exact time differ between Gibraltar and Spain?
No difference — Gibraltar and the Spanish region surrounding it both follow Central European Time and daylight saving transitions exactly together.
What working hours are typical in Gibraltar?
Business is steady from 9 a.m. to 5 p.m. CET, making it easy to schedule meetings with Madrid or Berlin teams without a hitch.
Does Gibraltar change clocks the same days as the rest of the EU?
Yes, Gibraltar shifts to CEST on the last Sunday of March and returns to CET on the last Sunday of October, matching the EU-wide schedule.
What advantage does Gibraltar's timezone offer for remote teams?
Being on CET/CEST lets you cover almost the entire European workday and still have some afternoon overlap with East Coast US colleagues.
Why is UTC+2/UTC+1 so common in this region of Europe?
Countries along similar longitudes use Central European Time to standardize train schedules, business operations, and broadcast times.
How does Gibraltar observe daylight saving?
It has observed daylight saving consistently since the mid-20th century, aligning with its larger European trading partners.

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