Europe · Isle of Man

Current time in Douglas

Greenwich Mean Time. Currently on daylight saving time.

BST · UTC+01:00IANA: Europe/Isle_of_Man54.15° N · 4.48° W
Current time☾ Night
04:26:15

Sunday, May 31, 2026

☾ NIGHT 04:5213:1521:38
Sunrise
04:52
Solar noon
13:15
Sunset
21:38

Offset right now

UTC+01:00

Greenwich Mean Time · BST

Daylight saving

Active

Ends Oct 25, 2026 · in 5 months

Through the current period

30%
Mar 29, 2026Oct 25, 2026

About Douglas time

Douglas keeps two clocks.

On the Isle of Man, Douglas runs on Greenwich Mean Time in winter and clocks forward in summer just like its neighbours, giving you long, bright evenings that make syncing with UK and Irish teams feel seamless. While global teammates might forget the switch, the island's steady pace keeps the coordination surprisingly straightforward beyond DST transitions.

Daylight saving

The year, by the clock.

Currently BST
GMTBSTGMT29 Mar · +1h25 Oct · −1h Jan 2026 Dec

Now

BST

Daylight saving · since Mar 29, 2026

Next change

Oct 25, 2026

Clocks fall back · in 5 months

Frequently asked questions

Common questions about Douglas's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Is the Isle of Man time always the same as London?
Yes - Douglas follows GMT/BST, matching day-to-day UK business hours year-round.
Do any parts of the island use a different time?
No - the whole Isle of Man runs on a single time zone.
How does daylight saving transitions affect coordination?
Clocks shift synchronously with the UK and Irish Republic, so meetings with London or Dublin stay fixed by calendar.
Why bother noting Isle of Man time?
Remote teams often overlook the island’s unique status, but accurate time math keeps onboarding and sprint planning snag-free.
When is it dark in Douglas?
Winter evenings can dip to the mid-afternoon, meaning final calls often close out while it’s still bright elsewhere.
Is Douglas ever time-zone awkward to place?
No - its offset aligns neatly with Ireland and the UK-based time zones that European teams already expect.

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