IANA tz database · zone identifier

Pacific/Easter

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

UTC-06:00Abbreviation -06Observes daylight saving
Time in Pacific/Easter☾ Night
18:08:58
Wednesday, July 15, 2026
Offset
UTC-06:00
Abbreviation
-06
DST
Observed

Current offset

UTC-06:00

standard UTC-06:00 · daylight UTC-05:00

Abbreviation

-06

tzdb uses numeric abbreviations here

DST behaviour

Observes

changes clocks twice a year

Country

🇨🇱 Chile

ISO 3166: CL · view country page →

Using this identifier

The string to put in your code.

Pacific/Easter 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 -06 or -06:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

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

Offset & DST behaviour

Two offsets,
every year.

Pacific/Easter alternates between -06 (UTC-06:00) and EASST (UTC-05:00). Right now it is on -06; clocks spring forward on 5 September 2026.

The year at a glance

EASST · UTC-05:00-06 · UTC-06:00EASST · UTC-05:004 Apr · −1h5 Sept · +1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierPacific/Easter
ISO country codeCL🇨🇱 Chile
Reference coordinates27.15°S, 109.43°Wtz database reference point
Standard offsetUTC-06:00abbreviation -06
Daylight offsetUTC-05:00abbreviation EASST

Where it applies

One of Chile's 4 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 Pacific/Easter?
Pacific/Easter is currently UTC-06:00 (-06). It alternates between UTC-06:00 in winter and UTC-05:00 in summer.
Does Pacific/Easter observe daylight saving time?
Yes. Clocks spring forward at the next transition on 5 September 2026, as they do twice every year.
Which country uses Pacific/Easter?
Chile. It is one of 4 IANA zones covering the country.
Is Pacific/Easter the same as EAST?
Pacific/Easter is one of the IANA zones that keeps Easter Island Standard Time (EAST). Use Pacific/Easter in software — EAST 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=Pacific/Easter
{
"iana": "Pacific/Easter",
"utc_offset": "-06:00",
"abbreviation": "-06",
"observes_dst": true,
"country": "CL"
}