Asia · Central Asia · Sovereign state

Current time in Tajikistan

A single time zone at UTC+05:00.

Time in Dushanbe☾ Night
01:01:54

Saturday, June 6, 2026

☾ NIGHT 05:0112:2319:45
Zone
+05
UTC
UTC+05:00
IANA
Asia/Dushanbe

About Tajikistan's time

A single time zone.

Tajikistan has a single time zone, UTC+05:00, known as Tajikistan Time (+05), with no daylight saving time adjustments throughout the year.

Major cities

Cities of Tajikistan.

Frequently asked questions

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

What is the time zone in Tajikistan?
Tajikistan uses a single time zone, UTC+05:00, known as Tajikistan Time (+05).
Does Tajikistan observe daylight saving time?
No, Tajikistan does not observe daylight saving time. The time remains UTC+05:00 year-round.
How many time zones does Tajikistan have?
Tajikistan has only one time zone, which is UTC+05:00.
What is the time difference between Tajikistan and UTC?
Tajikistan is 5 hours ahead of Coordinated Universal Time (UTC+05: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
}
}
]
}