Asia · Central Asia · Sovereign state

Current time in Uzbekistan

A single time zone at UTC+05:00.

Time in Tashkent☾ Night
01:01:34

Saturday, June 6, 2026

☾ NIGHT 04:5012:2119:52
Zone
+05
UTC
UTC+05:00
IANA
Asia/Tashkent

About Uzbekistan's time

A single time zone.

Uzbekistan uses a single time zone — UTC+5 — nationwide, and it maintains this offset year-round without any Daylight Saving Time observances.

Major cities

Cities of Uzbekistan.

History

How Uzbekistan keeps time.

During the Soviet era, Uzbekistan was initially placed in the Samarkand time zone (UTC+5) in 1924, then shifted to the Tashkent time zone (UTC+6) in 1930 as part of the USSR's standardized time zone system. Uzbekistan remained on UTC+6 throughout the Soviet period. Upon independence in 1991, Uzbekistan decided to set its clocks back one hour to UTC+5, effectively returning to a pre-Soviet-era offset, which remains in effect today.

Did you know?

Things about Uzbekistan's time.

Fact · 01

Despite covering a significant east-west span, Uzbekistan has only one official time zone, creating a notable mismatch between clock time and solar time. In the far western city of Nukus, the sun can peak up to 40 minutes later compared to the eastern city of Andijan, meaning people in different parts of the country experience daylight at significantly different clock times.

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

What time zone is Uzbekistan in?
Uzbekistan uses UTC+5 year-round, with no Daylight Saving Time adjustments.
Does Uzbekistan observe Daylight Saving Time?
No, Uzbekistan does not observe Daylight Saving Time and maintains UTC+5 throughout the year.
How many time zones does Uzbekistan have?
Uzbekistan has one official time zone (UTC+5), covering the entire country despite its geographic span.

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