Europe · Ireland

Current time in Dublin

Greenwich Mean Time. Currently on daylight saving time.

IST · UTC+01:00IANA: Europe/Dublin53.32° N · 6.23° W
Current time☾ Night
22:13:45

Friday, June 5, 2026

☾ NIGHT 05:0013:2321:46
Sunrise
05:00
Solar noon
13:23
Sunset
21:46

Offset right now

UTC+01:00

Greenwich Mean Time · IST

Daylight saving

Active

Ends Oct 25, 2026 · in 5 months

Through the current period

33%
Mar 29, 2026Oct 25, 2026

About Dublin time

Dublin keeps two clocks.

In Dublin, Ireland's capital, the clocks follow Europe's pattern—sitting at UTC+0 in winter and springing forward to UTC+1 in summer—so as the evenings stretch long and golden, it's worth remembering that this same rhythm syncs your calendar with most of Western Europe, making real-time collaboration seamless. If you're coordinating with Dublin-based colleagues, be mindful that their IST (Irish Standard Time) aligns with the UK outside of DST differences, which can occasionally cause a mix-up if you assume British Summer Time applies uniformly across the island.

Daylight saving

The year, by the clock.

Currently IST
GMTISTGMT29 Mar · +1h25 Oct · −1h Jan 2026 Dec

Now

IST

Daylight saving · since Mar 29, 2026

Next change

Oct 25, 2026

Clocks fall back · in 5 months

Frequently asked questions

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

What's the difference between IST in Dublin and GMT in London?
During winter months, both Dublin and London share the same UTC+0 offset—though Dublin calls it Irish Standard Time while London uses Greenwich Mean Time. But come summer, Dublin stays one hour ahead at UTC+1 (IST) while London shifts to BST (also UTC+1), so technically the label differs even though the displayed time matches.
Does Dublin observe daylight saving time?
Yes. Clocks move forward one hour on the last Sunday in March and fall back on the last Sunday in October, matching the broader European Union schedule for seasonal time adjustments.
How does Dublin’s longitude affect its solar noon?
Located around 6° west of the prime meridian, solar noon in Dublin occurs roughly 24 minutes after 12:00 GMT, which is why even when clocks read midday, the sun hasn't quite reached its peak—giving mornings an extended, gentle light.
Can I schedule meetings across Dublin and continental Europe easily?
From late March through late October, Dublin operates at UTC+1, aligning perfectly with cities like Paris (CET+1) and Berlin (CEST), simplifying cross-border coordination without extra mental math.
Why does Ireland use 'Irish Standard Time' instead of 'GMT'?
Historically, Ireland adopted Irish Standard Time post-independence to assert national identity separate from British terminology, even though during winter months the actual offset matches GMT exactly.
What happens to business hours during the transition into daylight saving?
When clocks spring forward, Dublin loses an hour overnight—but since most businesses adjust schedules automatically, remote teams should double-check meeting invites that week to avoid phantom hour gaps.
Is there any part of Ireland that doesn’t follow Europe/Dublin time?
No. The entire island of Ireland—including Northern Ireland—follows the same UTC+0/+1 cycle, though Northern Ireland officially references GMT/BST rather than IST, creating a subtle naming distinction without practical difference.

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