Time zone · Asia

AST

Azerbaijan Standard Time

Azerbaijan Standard Time (AST) keeps Azerbaijan firmly set at UTC+04:00 with no daylight saving changes, making it one of the simpler time regions to track for anyone coordinating with Baku or working across this South Caucasus hub—just one stable offset year-round means fewer scheduling surprises and a reliable anchor for logistics, remotes teams, and trading partners.

UTC+04:00 standard1 IANA zone1 city
Current time in AST☀ Daylight
07:29:21

Sunday, May 31, 2026

05:1212:3820:03
Standard
+04 · +4
IANA zones
1

Current offset

UTC+04:00

Standard · +04

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About AST

A fixed, year-round offset.

Azerbaijan Standard Time (AST) keeps Azerbaijan firmly set at UTC+04:00 with no daylight saving changes, making it one of the simpler time regions to track for anyone coordinating with Baku or working across this South Caucasus hub—just one stable offset year-round means fewer scheduling surprises and a reliable anchor for logistics, remotes teams, and trading partners.

IANA zones · the technical identifiers

The zone that resolve to AST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Asia/BakuBaku— None

Cities currently on AST

The same hour, city by city.

1 city · all UTC+04:00

Where AST is used

One country.

Same offset · UTC+04:00

Other zones at UTC+04:00 right now.

These named zones share AST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Does Azerbaijan observe daylight saving time?
No, Azerbaijan discontinued daylight saving observance after 2016 and has remained on a fixed UTC+04:00 offset, making scheduling more predictable.
What is the time difference between Baku and London?
Baku is 4 hours ahead of London during standard time and 3 hours ahead when London shifts to British Summer Time.
What is the time difference between Baku and New York?
Baku is typically 8–9 hours ahead of New York, depending on whether the U.S. is observing daylight saving time.
Is there more than one time zone in Azerbaijan?
No, the entire country follows a single time zone, Asia/Baku, which aligns with Azerbaijan Standard Time at UTC+04:00.
Why does Azerbaijan no longer observe DST?
In 2016, Azerbaijan decided to abolish daylight saving time to simplify timekeeping, improve energy efficiency, and align better with regional partners.
How does the fixed offset benefit international collaboration?
A stable UTC+04:00 offset reduces confusion, avoids biannual schedule shifts, and simplifies coordination with global teams or supply chains.
Which countries share the same UTC+04:00 offset?
Regions like Georgia, Armenia, and parts of Russia (e.g., Samara) share this offset, though daylight rules may differ.
What is the best time to schedule meetings with Baku-based teams?
Convenient overlap with European mornings and Asian afternoons makes mid-morning Baku time ideal for international calls.

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