Asia · Eastern Asia · Sovereign state

Current time in Mongolia

Spans 2 time zones from UTC+07:00 to UTC+08:00, a 1-hour difference.

Time in Ulan Bator☀ Daylight
11:26:02

Sunday, May 31, 2026

04:5812:5020:41
Zone
+08
UTC
UTC+08:00
IANA
Asia/Ulaanbaatar

About Mongolia's time

2 time zones.

Mongolia spans two time zones across its vast territory, with most of the country on UTC+08:00 and its western region on UTC+07:00. The country does not observe daylight saving time, although it has experimented with it in the past.

By time zone

Time zones of Mongolia.

2 time zones

Major cities

Cities of Mongolia.

History

How Mongolia keeps time.

Mongolia has had a relatively straightforward timezone history. The country primarily used Ulaanbaatar Time (UTC+08:00) as its standard time, reflecting its alignment with Beijing Standard Time.

Mongolia first observed daylight saving time in 1983, implementing clocks forward one hour during summer months. The country continued this practice through the 1990s but has since discontinued daylight saving observance.

In 2007, Mongolia officially adopted two time zones to better reflect its vast east-west expanse. The western region, including Hovd province, was placed on UTC+07:00, while the rest of the country remained on UTC+08:00. This change acknowledged the significant geographic spread of Mongolia's territory.

Did you know?

Things about Mongolia's time.

Fact · 01

Mongolia's two time zones reflect its enormous geographic spread—over 2,400 kilometers from east to west. The UTC+07:00 zone covers the western region around Hovd, while the more populous eastern region including Ulaanbaatar uses UTC+08:00, aligning with Beijing Standard Time.

Fact · 02

The decision to implement daylight saving time in 1983 was part of broader Soviet-influenced timekeeping practices during the socialist era. The subsequent discontinuation in the 1990s reflected Mongolia's move away from such policies following democratic reforms.

Fact · 03

Travelers crossing from the western region to Ulaanbaatar should adjust their clocks forward by one hour as they travel east. This change is particularly noticeable given Mongolia's vast distances and the time difference between western and eastern towns.

Frequently asked questions

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

Does Mongolia observe daylight saving time?
No, Mongolia does not currently observe daylight saving time. It did implement DST from 1983, but discontinued the practice after the 1990s.
Why does Mongolia have two time zones?
Mongolia spans over 2,400 kilometers from east to west. The western region uses UTC+07:00 to better align with local solar time, while most of the country uses UTC+08:00.
What is the time difference between western and eastern Mongolia?
There is a one-hour difference. Western Mongolia (around Hovd) is UTC+07:00, while Ulaanbaatar and eastern Mongolia use UTC+08:00.
Is Ulaanbaatar at the same time as Beijing?
Yes, Ulaanbaatar Time (UTC+08:00) is identical to Beijing Standard Time, making coordination between the two capitals seamless.
When did Mongolia adopt two time zones?
Mongolia officially adopted its current two time zone system in 2007, when the western region was moved to UTC+07:00 while the rest remained on 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
}
}
]
}