Time zone · Asia

TAJIKI

Tajikistan Time

Tajikistan Time keeps things simple — with a single, stable offset of UTC+05:00 and no daylight saving shifts, there’s never a clock to change or catch-up calendar to build around.

UTC+05:00 standard1 IANA zone1 city
Current time in TAJIKI☾ Night
01:03:33

Saturday, June 6, 2026

☾ NIGHT 05:0112:2319:45
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 keeps things simple — with a single, stable offset of UTC+05:00 and no daylight saving shifts, there’s never a clock to change or catch-up calendar to build around.

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

When did Tajikistan settle on UTC+05:00?
The country moved to the current offset on 1991-09-09 02:00:00 +05, after shifting away from the USSR’s daylight-saving regime that previously applied to the region.
Does Tajikistan ever observe daylight saving?
No. Since adopting UTC+05:00 in 1991, Tajikistan has remained on standard time year-round, with no further daylight saving transitions.
What’s unique about coordinating across TAJIKI?
With just one zone, no DST, and neighbours spread across three different UTC offsets, most time coordination happens within a single, predictable hour — making remote collaboration simpler, but cross-border planning a little more puzzle-like.
How does TAJIKI compare to nearby zones?
Tajikistan sits one hour ahead of neighbouring Uzbekistan and Kyrgyzstan (both UTC+05:00), yet shares the same wall-clock time as Pakistan and Uzbekistan, easing some regional chats — but border issues can still throw in a twist.
What if I’m setting up an event now?
Since there’s only one ongoing offset, but a few daylight-based practices, a good tip is to double-check wall-clock times and use a fixed UTC+05:00 converter until at least 2024-12-31.
Are there any quirks to know about TAJIKI?
With no DST, local schedules rarely skip forward, so the most time-related hiccups often come from daylight-based neighbours or event drift — not local clock changes.

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