IANA tz database · zone identifier

Asia/Phnom_Penh

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

UTC+07:00Abbreviation +07No DST — never observed
Time in Asia/Phnom_Penh☾ Night
05:56:35
Thursday, July 16, 2026
Offset
UTC+07:00
Abbreviation
+07
DST
No DST

Current offset

UTC+07:00

same year-round

Abbreviation

+07

tzdb uses numeric abbreviations here

DST behaviour

Never

has never observed daylight saving

Country

🇰🇭 Cambodia

ISO 3166: KH · view country page →

Using this identifier

The string to put in your code.

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

Offset & DST behaviour

One offset,
80 years.

Asia/Phnom_Penh has kept UTC+07:00 year-round since 1 September 1945 — no daylight saving and no offset changes on record since. It is among the most stable identifiers in the database.

Every offset this zone has kept

+06:59:40UTC+07:00 · UNCHANGED 1 September 1945 NOW

Keeping this offset since

1 September 1945

Next transition

None scheduled

no DST rules exist for this zone

Safe to assume

Local = UTC + 7h, always

…but store the identifier anyway

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAsia/Phnom_Penh
ISO country codeKH🇰🇭 Cambodia
Reference coordinates11.55°N, 104.92°Etz database reference point
Standard offsetUTC+07:00abbreviation +07
Daylight offsetdaylight saving has never been observed

Where it applies

All of Cambodia, one clock.

Looking for travel-friendly info? See Phnom Penh or Indochina 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/Phnom_Penh?
Asia/Phnom_Penh is UTC+07:00, year-round. The offset never changes because the zone does not observe daylight saving time.
Does Asia/Phnom_Penh observe daylight saving time?
No. Asia/Phnom_Penh has never observed DST — it has kept UTC+07:00 continuously since 1 September 1945.
Which country uses Asia/Phnom_Penh?
Cambodia. The identifier covers the whole country.
Is Asia/Phnom_Penh the same as INDOCH?
Asia/Phnom_Penh is one of the IANA zones that keeps Indochina Time (INDOCH). Use Asia/Phnom_Penh in software — INDOCH 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/Phnom_Penh
{
"iana": "Asia/Phnom_Penh",
"utc_offset": "+07:00",
"abbreviation": "+07",
"observes_dst": false,
"country": "KH"
}