Asia · Central Asia · Sovereign state

Current time in Uzbekistan

A single time zone at UTC+05:00.

Time in Tashkent☀ Daylight
08:28:07

Sunday, May 31, 2026

04:5212:2019:48
Zone
+05
UTC
UTC+05:00
IANA
Asia/Tashkent

About Uzbekistan's time

A single time zone.

Uzbekistan operates on a single time zone now—UTC+5:00—across the entire country. The former secondary zone for Samarkand was merged back in 1991, unifying the nation under one clock.

Major cities

Cities of Uzbekistan.

History

How Uzbekistan keeps time.

Prior to the modern era across Central Asia, local solar time was the everyday standard—people set their schedules by the sun rather than any coordinated offset. When the Russian Empire consolidated control in the late 19th century, administrative timekeeping gradually replaced purely local practice.

Under Soviet rule, Uzbekistan was assigned an official time offset of UTC+05:00 for most western areas, while the eastern regions—including Samarkand—were placed in a separate UTC+06:00 zone under the Soviet timezone map formalized in the 1930s–1950s. This many-zoned approach matched the USSR’s broad practice of slicing Central Asia into multiple offsets, sometimes for administrative convenience as much as geography.

In early 1992, shortly after Uzbekistan gained independence (1991), the country consolidated to a single time zone: UTC+05:00 year-round. The former Asia/Samarkand zone was folded into Asia/Tashkent, and no daylight saving time is observed. Today, all of Uzbekistan runs on UTC+05:00 without seasonal changes—a straightforward system for travel, business, and daily life.

Did you know?

Things about Uzbekistan's time.

Fact · 01

Uzbekistan’s shift from two Soviet-era timezones to a single nationwide zone simplified planning and removed the headache of inter-city time differences within the country. For travelers used to Russia or Kazakhstan’s multi-zone setups, Uzbekistan’s one-time-zone policy is easy to navigate.

Fact · 02

While Uzbekistan doesn’t observe daylight saving time, neighboring countries and larger regions sometimes do. This means that seasonal calculations when planning connections to nearby states can change by an hour at certain times of year—even though within Uzbekistan itself, the clock never shifts.

Frequently asked questions

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

How many time zones does Uzbekistan have?
Uzbekistan uses a single nationwide time zone: UTC+05:00 (Asia/Tashkent). The historical Samarkand zone (UTC+06:00) was merged into the main zone after independence.
Does Uzbekistan observe daylight saving time?
No. Uzbekistan does not observe daylight saving time. The entire year runs on UTC+05:00 without any seasonal clock shifts.
What time zone is Tashkent in?
Tashkent, the capital, is in the Asia/Tashkent time zone, which is UTC+05:00 year-round.
Is Samarkand in a different time zone from Tashkent today?
No. Although Samarkand once had a separate UTC+06:00 zone under the Soviet system, today it shares the same UTC+05:00 time as Tashkent and all other cities in Uzbekistan.
How does Uzbekistan’s time compare to neighboring countries?
Uzbekistan (UTC+05:00) shares its standard offset with countries such as Pakistan and, in winter, with some Central Asian neighbors. However, some neighbors do observe daylight saving time or use different offsets, so the exact hour difference can vary by season.
Why did Uzbekistan switch from two time zones to one?
After gaining independence in 1991, Uzbekistan consolidated the country into a single time zone (UTC+05:00) to simplify internal administration, transport schedules, and daily life, removing the complication of two different offsets inherited from the Soviet era.

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