Time zone · Europe

IST

Irish Standard Time

Irish Standard Time (IST) keeps Ireland running an hour ahead during summer (UTC+01:00), then falls back to Greenwich Mean Time (UTC+00:00) in winter, giving Dublin city workers and remote teams based in Europe a unique schedule that swings between aligning with Central European Time and synching with the UK and Portugal off-season.

UTC+01:00 daylight1 IANA zone1 city
Current time in IST☾ Night
21:03:08

Friday, June 5, 2026

05:0013:2321:46
Standard
GMT · +0
IANA zones
1

Current offset

UTC+01:00

Daylight · IST

Daylight saving

Active

Reverts 25 Oct 2026

IANA zones

1

1 observe DST, 0 don't

DST offset

No summer variant

About IST

Standard time, with a summer shift.

Irish Standard Time (IST) keeps Ireland running an hour ahead during summer (UTC+01:00), then falls back to Greenwich Mean Time (UTC+00:00) in winter, giving Dublin city workers and remote teams based in Europe a unique schedule that swings between aligning with Central European Time and synching with the UK and Portugal off-season.

IANA zones · the technical identifiers

The zone that resolve to IST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Europe/DublinDublin▲ DST

Cities currently on IST

The same hour, city by city.

1 city · all UTC+01:00

Where IST is used

One country.

Same offset · UTC+01:00

Other zones at UTC+01:00 right now.

These named zones share IST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

Common questions about IST, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

Why does Ireland have its own timezone code (IST) when it shares the same clocks as the UK for part of the year?
Ireland uses the acronym IST for Irish Standard Time during summer, distinguishing its time zone path legally and technically from British Summer Time (BST), even though both Dublin and London show the same UTC+01:00 during the summer months.
Is Irish Standard Time the same as India Standard Time?
They share the abbreviation IST but are completely different: Ireland IST is UTC+01:00 in summer, while India Standard Time (also commonly abbreviated IST) is UTC+05:30 year-round with no daylight saving.
When does Irish Standard Time end each year?
On the last Sunday of October at 02:00 IST, clocks go back to 01:00 Greenwich Mean Time (UTC+00:00), marking the end of summer time in Ireland.
When does Daylight Saving Time start in Ireland?
Dublin springs forward on the last Sunday of March, moving clocks from 01:00 GMT to 02:00 IST, and keeps the extra evening light until October.
Does all of Ireland observe Daylight Saving Time?
Yes. The entire island of Ireland, including Northern Ireland (which follows UK BST), uses the same shift schedule, so Dublin and Belfast are always in lockstep.
Why does Ireland change clocks at 01:00/02:00 GMT instead of midnight?
The last Sunday of March and October overnight change minimizes disruption to businesses, travel, and TV programming while giving most people the switch happens while they sleep.
How does Irish Standard Time affect meeting planning with the United States?
During IST (Mar–Oct) Dublin is typically 4–5 hours ahead of US East Coast (depending on US DST), but that gap narrows to the standard 5-hour difference once Ireland returns to GMT in winter.
Can two different IST times appear on a meeting invite?
Yes—some calendar systems reinterpret IST as India Standard Time, so clarify 'Dublin time' or 'Irish Standard Time (Europe/Dublin)' to avoid showing the wrong hour to colleagues in Asia or Europe.
Why does the Irish time zone go backwards?
Ireland doesn't go backwards; it transitions from Irish Standard Time back to Greenwich Standard Time (its standard/winter time), which simply brings it back in line with UTC+00:00—the base offset for the Greenwich meridian.

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