IANA tz database · zone identifier

Asia/Ho_Chi_Minh

The IANA tz database identifier for Indochina Time in Vietnam. 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/Ho_Chi_Minh☾ Night
05:53:51
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

🇻🇳 Vietnam

ISO 3166: VN · view country page →

Using this identifier

The string to put in your code.

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

Offset & DST behaviour

One offset,
51 years.

Asia/Ho_Chi_Minh has kept UTC+07:00 year-round since 12 June 1975 — 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

+07:06:40UTC+07:00 · UNCHANGED 12 June 1975 NOW

Keeping this offset since

12 June 1975

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/Ho_Chi_Minh
ISO country codeVN🇻🇳 Vietnam
Reference coordinates10.75°N, 106.67°Etz database reference point
Standard offsetUTC+07:00abbreviation +07
Daylight offsetdaylight saving has never been observed

Where it applies

All of Vietnam, one clock.

Looking for travel-friendly info? See Ho Chi Minh City 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/Ho_Chi_Minh?
Asia/Ho_Chi_Minh is UTC+07:00, year-round. The offset never changes because the zone does not observe daylight saving time.
Does Asia/Ho_Chi_Minh observe daylight saving time?
No. Asia/Ho_Chi_Minh has never observed DST — it has kept UTC+07:00 continuously since 12 June 1975.
Which country uses Asia/Ho_Chi_Minh?
Vietnam. The identifier covers the whole country.
Is Asia/Ho_Chi_Minh the same as INDOCH?
Asia/Ho_Chi_Minh is one of the IANA zones that keeps Indochina Time (INDOCH). Use Asia/Ho_Chi_Minh 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/Ho_Chi_Minh
{
"iana": "Asia/Ho_Chi_Minh",
"utc_offset": "+07:00",
"abbreviation": "+07",
"observes_dst": false,
"country": "VN"
}