Asia · Central Asia · Sovereign state

Current time in Turkmenistan

A single time zone at UTC+05:00.

Time in Ashgabat☀ Daylight
08:28:09

Sunday, May 31, 2026

05:4613:0420:22
Zone
+05
UTC
UTC+05:00
IANA
Asia/Ashgabat

About Turkmenistan's time

A single time zone.

Turkmenistan has a single time zone, UTC+05:00 (Asia/Ashgabat), with no daylight saving time adjustments. This straightforward setup makes scheduling across the country simple.

Major cities

Cities of Turkmenistan.

Frequently asked questions

Common questions about Turkmenistan'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 Turkmenistan?
Turkmenistan uses UTC+05:00 year-round without daylight saving time changes. The entire country follows the Asia/Ashgabat time zone.
Does Turkmenistan observe daylight saving time?
No, Turkmenistan does not observe daylight saving time. The country maintains UTC+05:00 consistently throughout the year.
How do I schedule calls with someone in Turkmenistan?
Since Turkmenistan uses UTC+5:00 and doesn't have DST, you only need to account for their fixed offset. For example, when it's noon in Turkmenistan, it's 1:00 PM in Bangkok (UTC+7) or 5 hours ahead is midnight in London.
Is Turkmenistan the same time as other Central Asian countries?
Yes, Turkmenistan shares UTC+05:00 with neighboring Uzbekistan and parts of Pakistan and South Asia, making coordination with those regions straightforward.
What cities are in the same time zone as Turkmenistan?
Ashgabat (Turkmenistan) is UTC+05:00. Other major cities at this offset include Tashkent (Uzbekistan), Islamabad (Pakistan), and Male (Maldives).
Why doesn't Turkmenistan observe daylight saving time?
Many countries near the equator and in arid climates, like Turkmenistan, don't implement daylight saving time. The benefits are minimal due to relatively consistent daylight hours year-round, and it simplifies logistics and scheduling.

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