Tajikistan Time

Asia/Dushanbe

At a glance

IANA
Asia/Dushanbe
Standard offset
UTC+5 (GMT+5)
Observes DST?
No
Countries
TJ
Main cities
Dushanbe, Isfara, Istaravshan, Kŭlob

Developer snippets

// JavaScript
new Intl.DateTimeFormat('en-US', { timeZone: 'Asia/Dushanbe' }).format(new Date());

// Python
from zoneinfo import ZoneInfo
from datetime import datetime
datetime.now(ZoneInfo('Asia/Dushanbe'));

// Java
java.time.ZonedDateTime.now(java.time.ZoneId.of('Asia/Dushanbe'));