Time zone · Asia

UST

Ulaanbaatar Standard Time

Ulaanbaatar Standard Time (UST) keeps Mongolia on a steady UTC+08:00 year-round, with no daylight saving changes to worry about. Whether you’re coordinating with Ulaanbaatar or scheduling across Asia, the consistent offset makes planning simple and predictable.

UTC+08:00 standard1 IANA zone1 city
Current time in UST☀ Daylight
11:28:10

Sunday, May 31, 2026

04:5812:5020:41
Standard
+08 · +8
IANA zones
1

Current offset

UTC+08:00

Standard · +08

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About UST

A fixed, year-round offset.

Ulaanbaatar Standard Time (UST) keeps Mongolia on a steady UTC+08:00 year-round, with no daylight saving changes to worry about. Whether you’re coordinating with Ulaanbaatar or scheduling across Asia, the consistent offset makes planning simple and predictable.

IANA zones · the technical identifiers

The zone that resolve to UST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Asia/UlaanbaatarUlaanbaatar— None

Cities currently on UST

The same hour, city by city.

1 city · all UTC+08:00

Where UST is used

One country.

Same offset · UTC+08:00

Other zones at UTC+08:00 right now.

These named zones share UST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

Common questions about UST, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

Does Mongolia observe daylight saving time?
No. Mongolia currently stays on UTC+08:00 all year, so clocks never spring forward or fall back.
Is UST the same as China Standard Time?
Yes, in terms of offset. Both Ulaanbaatar Standard Time and China Standard Time sit at UTC+08:00, but they are separate time zone entries with different regional rules and histories.
Why doesn’t UST change with the seasons?
Mongolia has chosen not to use daylight saving, so the time remains constant throughout the year, avoiding the twice-yearly clock shifts seen in many other regions.
What are the benefits of a fixed UTC+08:00 for Mongolia?
A stable offset simplifies travel, business, and communication across the country and with neighboring regions, since there’s no need to track seasonal time changes.
Which countries share the same offset as Ulaanbaatar?
Several regions in East and Southeast Asia—including China, parts of Russia, and some areas in Southeast Asia—also use UTC+08:00, though they may have different DST rules or historical offsets.
How does UST affect scheduling with Europe or the Americas?
Because UST is a fixed UTC+08:00, the time difference with Europe and the Americas stays constant year-round, making it easier to set recurring meetings without adjusting for DST shifts.
Has Mongolia ever used daylight saving time?
Mongolia has experimented with daylight saving in the past, but it no longer does, and the current policy is to remain on UTC+08:00 permanently.
Is there more than one time zone in Mongolia?
For practical and administrative purposes, Mongolia uses a single time zone—Ulaanbaatar Standard Time—covering the entire country at UTC+08:00.

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}