IANA tz database · zone identifier

Asia/Yangon

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

UTC+06:30Abbreviation +0630No DST — never observed
Time in Asia/Yangon☾ Night
05:28:03
Thursday, July 16, 2026
Offset
UTC+06:30
Abbreviation
+0630
DST
No DST

Current offset

UTC+06:30

same year-round

Abbreviation

+0630

tzdb uses numeric abbreviations here

DST behaviour

Never

has never observed daylight saving

Country

🇲🇲 Myanmar

ISO 3166: MM · view country page →

Using this identifier

The string to put in your code.

Asia/Yangon 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 +0630 or +06:30 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

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

Offset & DST behaviour

One offset,
81 years.

Asia/Yangon has kept UTC+06:30 year-round since 2 May 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:24:40UTC+06:30 · UNCHANGED 2 May 1945 NOW

Keeping this offset since

2 May 1945

Next transition

None scheduled

no DST rules exist for this zone

Safe to assume

Local = UTC + 6:30h, always

…but store the identifier anyway

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAsia/Yangon
ISO country codeMM🇲🇲 Myanmar
Reference coordinates16.78°N, 96.17°Etz database reference point
Standard offsetUTC+06:30abbreviation +0630
Daylight offset—daylight saving has never been observed

Where it applies

All of Myanmar, one clock.

Looking for travel-friendly info? See Yangon or Myanmar Time.

Related identifiers

Nearby in the database.

Same offset · UTC+06:30

other zones keeping this offset right now

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/Yangon?
Asia/Yangon is UTC+06:30, year-round. The offset never changes because the zone does not observe daylight saving time.
Does Asia/Yangon observe daylight saving time?
No. Asia/Yangon has never observed DST — it has kept UTC+06:30 continuously since 2 May 1945.
Which country uses Asia/Yangon?
Myanmar. The identifier covers the whole country.
Is Asia/Yangon the same as MYANMA?
Asia/Yangon is one of the IANA zones that keeps Myanmar Time (MYANMA). Use Asia/Yangon in software — MYANMA 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/Yangon
{
"iana": "Asia/Yangon",
"utc_offset": "+06:30",
"abbreviation": "+0630",
"observes_dst": false,
"country": "MM"
}