Asia · Turkey

Current time in Ankara

Istanbul Time.

+03 · UTC+03:00IANA: Europe/Istanbul39.93° N · 32.87° E
Current time☀ Daylight
06:26:20

Sunday, May 31, 2026

05:2212:4620:10
Sunrise
05:22
Solar noon
12:46
Sunset
20:10

Offset right now

UTC+03:00

Istanbul Time · +03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Ankara time

Ankara keeps one clock.

Ankara, Turkey's capital lives on a steady +03 clock, keeping government offices and most of the economy in sync with a single time reference year-round. When you are partnering with teams in Ankara, expect a typical government-driven work day that runs from around 09:00–18:00 local time, with the city fully aligned to its stable timezone.

Frequently asked questions

Common questions about Ankara's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

What time zone is Ankara in?
Ankara follows the Europe/Istanbul time zone, which is UTC+03:00.
Does Ankara observe daylight saving time?
No, Ankara does not observe daylight saving time; Turkey has remained on permanent UTC+03:00 since 2016.
What time does the workday usually start?
Government offices and many businesses in Ankara typically start around 09:00 local time.
How should I schedule calls with Ankara?
Schedule calls between 09:00–18:00 Ankara time for general availability.
Is there daylight saving confusion?
No, Turkey abolished daylight saving in 2016, so there is no clock change.
What is the population of Ankara?
Ankara is Turkey's capital and has a significant population, though current data may be pending.
Does Ankara span multiple time zones?
No, all of Turkey, including Ankara, uses the single Europe/Istanbul time zone.

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