Asia · Western Asia · Sovereign state

Current time in Turkey

A single time zone at UTC+03:00.

Time in Ankara☟ Night
22:56:57

Friday, June 5, 2026

☟ NIGHT 05:2012:4720:13
Zone
+03
UTC
UTC+03:00
IANA
Europe/Istanbul

About Turkey's time

A single time zone.

Turkey uses a single time zone—UTC+03:00 year-round—called TRT (Turkey Time). It stopped observing daylight saving time in 2016 and now keeps the same offset permanently, meaning clocks no longer change with the seasons.

Major cities

Cities of Turkey.

History

How Turkey keeps time.

Turkey has long coordinated its clocks with European time practices. During the Ottoman Empire, the country mostly followed local solar time based on the time in Istanbul, which only began adopting standard time in the early 20th century.

In 1910, the Ottoman government adopted a standard mean time for railways and telegraph lines, roughly aligned with local solar time in Istanbul. After the founding of the Republic of Turkey in 1923, Western European Time (UTC+02:00) was introduced in 1927 as the national standard.

Turkey has changed its UTC offset several times over the 20th and 21st centuries, including stints at UTC+02:00 and UTC+03:00, sometimes with daylight saving adjustments. A major and lasting reform came in 2016, when Turkey effectively abandoned daylight saving time and stayed permanently at UTC+03:00. This gave the country a simpler, more stable time regime, with no more seasonal clock changes.

Did you know?

Things about Turkey's time.

Fact · 01

"Turkey Time" (TRT) at UTC+03:00 is the same as Moscow Time in winter but one hour ahead of Central European Summer Time and two hours ahead of Central European Time. Because Turkey no longer changes clocks, the time gap with Europe varies conceptually by season even though the offset is fixed year-round.

Fact · 02

Using permanent UTC+03:00 means that in some western areas, especially near the Greek and Bulgarian borders, the sun can rise relatively late in winter by the clock, while days are noticeably long in summer. Some western residents feel the mismatch more acutely in darker months, as natural daylight hours appear shifted compared to typical activity schedules.

Fact · 03

Internally, Turkey’s single time zone works well; the country’s east-west span is moderate, and daily life is organized around TRT in transport, TV schedules, and official timekeeping. A noted consequence is that Turkey’s social clock has anchored more closely to what some consider “permanent summer,” which can influence when evening activities and meals take place.

Frequently asked questions

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

What time zone does Turkey use?
Turkey uses Turkey Time (TRT), which is UTC+03:00 year-round. There is one nationwide time zone, and daylight saving time is no longer observed.
Does Turkey observe daylight saving time?
No, Turkey does not currently observe daylight saving time. Since 2016 it has stayed permanently on UTC+03:00, so clocks no longer move forward or back during the year.
Is Turkey always UTC+03:00?
Yes, in everyday modern usage, Turkey is straightforwardly UTC+03:00. The main nuance is that the offset has changed several times historically and DST used to be applied.
What major city indicates Turkey’s time zone?
Istanbul (Europe/Istanbul) is commonly used as the reference city for Turkey’s time zone, in line with many international systems.
What’s the time difference between Turkey and London when London switches clocks?
When London is on standard time (UTC±0 in winter), Turkey is typically 3 hours ahead. When London moves to British Summer Time (UTC+01:00), Turkey’s fixed UTC+03:00 is usually 2 hours ahead.
Why did Turkey stop changing clocks?
The government moved to a permanent UTC+03:00 in 2016, effectively abolishing the practice of daylight saving time. This was intended to simplify scheduling, reduce confusion, and provide a stable, predictable national time.

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