IANA tz database · zone identifier

Asia/Gaza

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/Gaza☾ Night
01:56:40
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/Gaza 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/Gaza',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

Asia/Gaza 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/Gaza
ISO country codePS🇵🇸 Palestine
Reference coordinates31.50°N, 34.47°Etz database reference point
Standard offsetUTC+02:00abbreviation EET
Daylight offsetUTC+03:00abbreviation EEST

Where it applies

One of Palestine's 2 zones.

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/Gaza?
Asia/Gaza is currently UTC+03:00 (EEST). It alternates between UTC+02:00 in winter and UTC+03:00 in summer.
Does Asia/Gaza 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/Gaza?
Palestine. It is one of 2 IANA zones covering the country.
Is Asia/Gaza the same as EET?
Asia/Gaza is one of the IANA zones that keeps Eastern European Standard Time (EET). Use Asia/Gaza 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/Gaza
{
"iana": "Asia/Gaza",
"utc_offset": "+03:00",
"abbreviation": "EEST",
"observes_dst": true,
"country": "PS"
}