Asia · Western Asia · Sovereign state

Current time in Azerbaijan

A single time zone at UTC+04:00.

Time in Baku☀ Daylight
07:26:43

Sunday, May 31, 2026

05:1212:3820:03
Zone
+04
UTC
UTC+04:00
IANA
Asia/Baku

About Azerbaijan's time

A single time zone.

Azerbaijan operates on a single timezone, Asia/Baku, set at UTC+04:00 year-round with no daylight saving time changes—simple and steady for visitors.

Major cities

Cities of Azerbaijan.

History

How Azerbaijan keeps time.

Azerbaijan inherited UTC+04:00 from Soviet-era timezone arrangements and has kept things largely unchanged since independence in 1991, aside from briefly experimenting with daylight saving time during some periods. Throughout the Soviet period, Baku followed Moscow-centric time policies first at UTC+03:00 and later adjusted to UTC+04:00. After the USSR collapsed, Azerbaijan settled on a single national clock without seasonal shifts, avoiding the confusion of switching twice a year.

Did you know?

Things about Azerbaijan's time.

Fact · 01

With just one zone and no DST, Azerbaijan has one of the simplest timezone setups in the region—noclock arithmetic required for residents or visitors. Its UTC+04:00 offset aligns fairly well with solar noon daytime schedules, making daily life naturally intuitive despite the country’s modest east-to-west width. Even remote workers and business travelers can schedule calls with Baku without worrying about seasonal changes or regional exceptions.

Frequently asked questions

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

What timezone is Azerbaijan in?
Azerbaijan uses Asia/Baku, which is UTC+04:00 all year, with no daylight saving time changes.
Does Azerbaijan observe daylight saving time?
No. Azerbaijan currently does not use daylight saving time, so its offset stays fixed at UTC+04:00.
How does Azerbaijan's time compare to neighboring countries?
Azerbaijan matches UTC+04:00 with Georgia, Armenia, and the UAE; it is one hour ahead of Türkiye and Iran and four hours ahead of UTC (London).
Are there multiple time zones in Azerbaijan?
No. Azerbaijan operates on a single timezone nationwide: Asia/Baku (UTC+04:00).
Is Azerbaijan's timezone confusing for travelers?
Not at all. The country uses just one fixed offset without daylight saving, making scheduling for flights and meetings straightforward.
What is the time difference between Azerbaijan and the US East Coast?
Azerbaijan (UTC+04:00) is typically nine hours ahead of New York when the US is on daylight saving time, and eight hours ahead during US standard time.
When is the best time of day to call Azerbaijan from Europe?
During typical European business hours (morning to early afternoon CET), Azerbaijan is three hours ahead, so late morning in France or Germany aligns well with afternoon meetings in Baku.
Did Azerbaijan ever use daylight saving time?
Azerbaijan briefly experimented with daylight saving time in the past, but it currently does not observe it, keeping UTC+04:00 year-round.

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