IANA tz database · zone identifier

Asia/Hebron

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

UTC+03:00Abbreviation EESTObserves daylight saving
Time in Asia/Hebron☾ Night
01:56:35
Thursday, July 16, 2026
Offset
UTC+03:00
Abbreviation
EEST
DST
Active

Current offset

UTC+03:00

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

Abbreviation

EEST

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇵🇸 Palestine

ISO 3166: PS · view country page →

Using this identifier

The string to put in your code.

Asia/Hebron 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 EEST 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/Hebron',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

Asia/Hebron alternates between EET (UTC+02:00) and EEST (UTC+03:00). Right now it is on EEST; clocks fall back on 24 October 2026.

The year at a glance

EET · UTC+02:00EEST · UTC+03:00EET · UTC+02:0028 Mar · +1h24 Oct · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAsia/Hebron
ISO country codePS🇵🇸 Palestine
Reference coordinates31.53°N, 35.09°Etz database reference point
Standard offsetUTC+02:00abbreviation EET
Daylight offsetUTC+03:00abbreviation EEST

Where it applies

One of Palestine's 2 zones.

Looking for travel-friendly info? See Ramallah or Eastern European 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/Hebron?
Asia/Hebron is currently UTC+03:00 (EEST). It alternates between UTC+02:00 in winter and UTC+03:00 in summer.
Does Asia/Hebron observe daylight saving time?
Yes. Clocks fall back at the next transition on 24 October 2026, as they do twice every year.
Which country uses Asia/Hebron?
Palestine. It is one of 2 IANA zones covering the country.
Is Asia/Hebron the same as EET?
Asia/Hebron is one of the IANA zones that keeps Eastern European Standard Time (EET). Use Asia/Hebron in software — EET 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/Hebron
{
"iana": "Asia/Hebron",
"utc_offset": "+03:00",
"abbreviation": "EEST",
"observes_dst": true,
"country": "PS"
}