Asia · Western Asia · Sovereign state

Current time in Iraq

A single time zone at UTC+03:00.

Time in Baghdad☾ Night
22:58:40

Friday, June 5, 2026

☾ NIGHT 04:5212:0019:08
Zone
+03
UTC
UTC+03:00
IANA
Asia/Baghdad

About Iraq's time

A single time zone.

Iraq has a single time zone across the entire country, operating at UTC+03:00 year-round with no daylight saving time adjustments. This keeps things straightforward for scheduling, but being in this zone means Iraq's clocks don't shift—what you see is what you get, every day.

Major cities

Cities of Iraq.

History

How Iraq keeps time.

Iraq adopted its current time zone of UTC+03:00 in 1982, moving from the previous UTC+03:30 standard that had been in place since the country's independence. This change was part of a broader regional alignment with neighboring Gulf states, particularly Saudi Arabia, for economic and political coordination purposes. The move shortened the country's standard time by 30 minutes to better synchronize business hours and communication across borders.

Daylight saving time was briefly observed during the Saddam Hussein era, typically from 1982 to 2003, though implementation was inconsistent and not always annually observed. After the 2003 regime change, Iraq permanently discontinued DST, and its current timezone has remained fixed at UTC+03:00 without further adjustments.

Did you know?

Things about Iraq's time.

Fact · 01

Despite spanning a geographic breadth that could theoretically support two time zones (from roughly 39°E to 48°E longitude), Iraq maintains a single national time zone. This means that in eastern areas like Sulaymaniyah, solar noon occurs significantly later than clock noon, while in western regions like Rutba, clocks run ahead of the sun's apparent position. The unified time zone supports national cohesion and simplifies governance but creates noticeable east-west discrepancies in how clock time aligns with natural daylight patterns across the country.

Frequently asked questions

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

Does Iraq observe daylight saving time?
No, Iraq does not observe daylight saving time. The country uses UTC+03:00 year-round, so you don't need to account for seasonal time changes.
How does Iraq's time compare to neighboring countries?
Iraq shares the same UTC+03:00 offset with several neighbors including Saudi Arabia, Kuwait, Bahrain, Qatar, and the UAE, making cross-border scheduling with Gulf states straightforward.
Why does Iraq use UTC+03:00 instead of UTC+03:30?
Iraq moved from UTC+03:30 to UTC+03:00 in 1982 to better align economically and politically with neighboring Gulf states, particularly Saudi Arabia which uses the same offset.
Is there a time difference within Iraq?
No, Iraq has a single national time zone (UTC+03:00) across its entire territory, so the time is the same in Baghdad as it is in Basra or Erbil.

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