Asia · Turkey

Current time in Istanbul

Istanbul Time.

+03 · UTC+03:00IANA: Europe/Istanbul41.01° N · 28.95° E
Current time☀ Daylight
07:39:18

Tuesday, June 2, 2026

05:3313:0220:30
Sunrise
05:33
Solar noon
13:02
Sunset
20:30

Offset right now

UTC+03:00

Istanbul Time · +03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Istanbul time

Istanbul keeps one clock.

In Istanbul, Turkey, workdays bleed easily into late evenings under long summer sunsets, so teams should expect flexible meeting windows. Turkey permanently fixed clocks to UTC +3 after dropping DST, meaning no seasonal shifts—just steady overlap with East Africa and Moscow.

Frequently asked questions

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

Does Turkey still observe daylight saving, and how does that affect Istanbul?
No. Turkey canceled summer time in 2016 and now stays on UTC+3 year-round, so Istanbul’s clock never changes.
Why did Turkey pick UTC+3 instead of returning to its old winter time?
The government chose UTC+3 to maximize evening daylight, save energy, and align more closely with trading partners and energy grids.
How does Istanbul’s sunset time impact a typical 9-to-5?
In midsummer the sun can set past 8:30 p.m., stretching work-friendly daylight far into the evening and blurring the line between office and after-hours.
Is Istanbul in the same timezone as Europe’s capitals during winter?
No—most of continental Europe is one or two hours behind, so Istanbul is often an hour ahead of Central Europe even during their winter time.
How does this steady +3 offset affect cross-team scheduling?
No twice-yearly clock shifts mean you can book meetings with Istanbul without worrying about mismatch—dates or times won’t suddenly drift by an hour.
Which major business hubs share Istanbul’s UTC+3 right now?
Moscow, Riyadh, Nairobi, and Baghdad are on the same UTC+3, creating a solid block of overlapping working hours from Europe’s morning to early evening.
Does Turkey have multiple time zones on paper?
No. Since 2016 the whole country—from Istanbul through eastern Anatolia—officially uses one zone, UTC+3.
How does daylight at Istanbul’s latitude differ from other UTC+3 cities?
At roughly 41° N, Istanbull gets long summer evenings and shorter winter days, making after work light much more generous than equatorial +3 cities.

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