Asia · Central Asia · Sovereign state

Current time in Turkmenistan

A single time zone at UTC+05:00.

Time in Ashgabat☾ Night
01:02:07

Saturday, June 6, 2026

☾ NIGHT 05:4413:0420:25
Zone
+05
UTC
UTC+05:00
IANA
Asia/Ashgabat

About Turkmenistan's time

A single time zone.

Turkmenistan uses a single time zone, UTC+05:00, which it has observed year-round since 1991.

Major cities

Cities of Turkmenistan.

History

How Turkmenistan keeps time.

Turkmenistan, as part of the Soviet Union, adopted UTC+5 throughout the Soviet era. After gaining independence in 1991, it continued to use UTC+5 without changes. Turkmenistan has never observed daylight saving time.

In 1991, after independence, the country's time zone policy remained consistent. There have been no significant changes or political realignments affecting its time zone since then.

Did you know?

Things about Turkmenistan's time.

Fact · 01

Turkmenistan's time zone, UTC+5, is shared by several other Central Asian countries, facilitating coordination in the region. The lack of DST means the local time does not change throughout the year, simplifying planning and operations.

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 of Turkmenistan?
Turkmenistan observes a single time zone: UTC+05:00.
Does Turkmenistan observe daylight saving time?
No, Turkmenistan does not observe daylight saving time and has a year-round UTC+05:00.
How does Turkmenistan's time zone compare to its neighbors?
Turkmenistan shares UTC+05:00 with several other Central Asian countries, making coordination straightforward.
Are there any exceptions to Turkmenistan's time zone rules?
There are no exceptions; the entire country uniformly follows UTC+05:00 without DST adjustments.

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