Time zone · Asia

UST

Ulaanbaatar Standard Time

Ulaanbaatar Standard Time (UST) keeps Mongolia running on a steady UTC+08:00 rhythm—no daylight saving changes, just consistent scheduling across the steppes. It’s the single time zone that unites the country, whether you’re coordinating in Ulaanbaatar or collaborating with partners abroad.

UTC+08:00 standard1 IANA zone1 city
Current time in UST☾ Night
04:03:17

Saturday, June 6, 2026

☾ NIGHT 04:5512:5020:46
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 running on a steady UTC+08:00 rhythm—no daylight saving changes, just consistent scheduling across the steppes. It’s the single time zone that unites the country, whether you’re coordinating in Ulaanbaatar or collaborating with partners abroad.

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].

What countries use Ulaanbaatar Standard Time?
Only Mongolia uses UST, with Asia/Ulaanbaatar as its sole member zone.
Does Mongolia observe daylight saving time?
No, Mongolia does not observe daylight saving—UST stays fixed at UTC+08:00 year-round.
When was Mongolia’s current time zone structure established?
The current setup has been in place since September 23, 2016, when Mongolia standardized on UTC+08:00 without DST.
Are there any scheduled future time zone changes for Mongolia?
No, there are no known upcoming transitions; UST remains constant.
How does having a single time zone affect life and business in Mongolia?
It simplifies everything from government operations to daily routines—everyone across Mongolia follows the same clock.
What’s the relationship between UST and neighboring time zones?
UST aligns with several East Asia regions like China Standard Time (CST), making cross-border work smoother without worrying about offset shifts.
Why doesn’t Mongolia adopt daylight saving time?
Given Mongolia’s high latitude and relatively stable daylight patterns through the year, the perceived benefits of adjusting clocks are outweighed by the complexity it would add.

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
}
}
]
}