Time zone · Asia

TAJIKI

Tajikistan Time

Tajikistan Time runs at a steady UTC+05:00 without any daylight saving shifts, making scheduling in Tajikistan straightforward and predictable for travelers and remote teams alike. With a single zone—Dushanbe—and no clock changes, the region keeps collaboration simple whether you’re coordinating from Central Asia or beyond.

UTC+05:00 standard1 IANA zone1 city
Current time in TAJIKI☀ Daylight
08:29:19

Sunday, May 31, 2026

05:0212:2219:42
Standard
+05 · +5
IANA zones
1

Current offset

UTC+05:00

Standard · +05

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About TAJIKI

A fixed, year-round offset.

Tajikistan Time runs at a steady UTC+05:00 without any daylight saving shifts, making scheduling in Tajikistan straightforward and predictable for travelers and remote teams alike. With a single zone—Dushanbe—and no clock changes, the region keeps collaboration simple whether you’re coordinating from Central Asia or beyond.

IANA zones · the technical identifiers

The zone that resolve to TAJIKI.

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/DushanbeDushanbe— None

Cities currently on TAJIKI

The same hour, city by city.

1 city · all UTC+05:00

Where TAJIKI is used

One country.

Same offset · UTC+05:00

Other zones at UTC+05:00 right now.

These named zones share TAJIKI's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Does Tajikistan observe daylight saving time?
No. Tajikistan uses Tajikistan Time at UTC+05:00 year-round, with no daylight saving adjustments or seasonal clock changes.
How many time zones are in Tajikistan?
Tajikistan has just one official time zone—Asia/Dushanbe—so the whole country follows the same clock.
What’s the time difference between Tajikistan Time and Pakistan Standard Time?
Both are fixed at UTC+05:00, so Pakistan and Tajikistan share the same hour and minute offsets all year.
Is there any plan for Tajikistan to reintroduce daylight saving?
There are no current plans. Tajikian time has remained on UTC+05:00 since its last historical changes and treats daylight saving as unnecessary.
What’s a key challenge when planning meetings from distant time zones?
Being five hours ahead of UTC means midday in Tajikistan overlaps with business hours in parts of Europe and Central Asia, simplifying cross-regional calls.
Does Tajikistan Time ever adjust for political or economic reasons?
Unlike some neighbors, Tajikistan has kept its UTC offset stable, avoiding ad hoc changes that disrupt commerce or banking.
When did Tajikistan last adjust its clocks?
Tajikistan finalized its current offset in May 2021, maintaining UTC+05:00 and abolishing daylight saving transitions.
What’s one cultural impact of a single, fixed time zone?
A unified clock simplifies national TV broadcasts, transport timetables, and daily routines, reinforcing consistency across Tajikistan.
Can I rely on Tajikistan Time’s stability for long-term scheduling?
Yes. With no daylight saving and a single zone, UTC+05:00 is dependable for conference calls and recurring events.

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