IANA tz database · zone identifier

Asia/Jerusalem

The IANA tz database identifier for Israel Standard Time in Israel. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC+03:00Abbreviation IDTObserves daylight saving
Time in Asia/Jerusalem☾ Night
01:58:19
Thursday, July 16, 2026
Offset
UTC+03:00
Abbreviation
IDT
DST
Active

Current offset

UTC+03:00

standard UTC+02:00 · daylight UTC+03:00

Abbreviation

IDT

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇮🇱 Israel

ISO 3166: IL · view country page →

Using this identifier

The string to put in your code.

Asia/Jerusalem is the identifier to use in code and config for this region. Every modern language, database, and OS resolves it through the same tz database, so the examples here behave identically everywhere.

Avoid storing IDT or +03:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

// format a date in this zone
new Intl.DateTimeFormat('en-US', {
timeZone: 'Asia/Jerusalem',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

Asia/Jerusalem alternates between IST (UTC+02:00) and IDT (UTC+03:00). Right now it is on IDT; clocks fall back on 25 October 2026.

The year at a glance

IST · UTC+02:00IDT · UTC+03:00IST · UTC+02:0027 Mar · +1h25 Oct · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAsia/Jerusalem
ISO country codeIL🇮🇱 Israel
Reference coordinates31.78°N, 35.22°Etz database reference point
Standard offsetUTC+02:00abbreviation IST
Daylight offsetUTC+03:00abbreviation IDT

Where it applies

All of Israel, one clock.

Looking for travel-friendly info? See Jerusalem or Israel Standard Time.

Related identifiers

Nearby in the database.

Frequently asked questions

Answers specific to this identifier — generated from the database record. Can't find what you need? Email [email protected].

What UTC offset is Asia/Jerusalem?
Asia/Jerusalem is currently UTC+03:00 (IDT). It alternates between UTC+02:00 in winter and UTC+03:00 in summer.
Does Asia/Jerusalem observe daylight saving time?
Yes. Clocks fall back at the next transition on 25 October 2026, as they do twice every year.
Which country uses Asia/Jerusalem?
Israel. The identifier covers the whole country.
Is Asia/Jerusalem the same as IST?
Asia/Jerusalem is one of the IANA zones that keeps Israel Standard Time (IST). Use Asia/Jerusalem in software — IST is a human-friendly label, not a valid identifier.

Free · Developer API

This zone, as JSON.

Everything on this page — offset, abbreviation, DST rules, coordinates — from one endpoint, always current with the latest tzdb release.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// this identifier, resolved live
GET /v1/timezones?iana=Asia/Jerusalem
{
"iana": "Asia/Jerusalem",
"utc_offset": "+03:00",
"abbreviation": "IDT",
"observes_dst": true,
"country": "IL"
}