Time zone · Asia

AST

Armenia Standard Time

Armenia Standard Time (AST) keeps clocks steady at UTC+04:00 year-round, with no daylight saving shifts. Whether you're coordinating with Yerevan or building across Armenia, the consistent offset simplifies scheduling and avoids the twice-yearly clock changes many other regions deal with.

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

Sunday, May 31, 2026

05:3512:5920:24
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.

Armenia Standard Time (AST) keeps clocks steady at UTC+04:00 year-round, with no daylight saving shifts. Whether you're coordinating with Yerevan or building across Armenia, the consistent offset simplifies scheduling and avoids the twice-yearly clock changes many other regions deal with.

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/YerevanYerevan— 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].

What is Armenia Standard Time?
Armenia Standard Time (AST) is a fixed UTC+04:00 timezone used by Armenia, with no daylight saving adjustments.
Does Armenia observe daylight saving time?
No. Armenia abolished daylight saving transitions, so AST stays on UTC+04:00 throughout the year.
Which cities use Armenia Standard Time?
Yerevan and the rest of Armenia operate on AST, keeping a single, consistent offset for the whole country.
What is the abbreviation for Armenia Standard Time?
The common non-DST abbreviation is +04, reflecting the steady four-hour advance ahead of UTC.
When did Armenia last change its clocks?
Armenia discontinued daylight saving practices in 2012, moving permanently to a fixed offset.
How does AST compare to neighboring time zones?
AST (UTC+04:00) aligns with Gulf Standard Time and Georgia Time, making coordination across parts of the South Caucasus and the Middle East straightforward.
How many member zones use AST?
AST covers a single representative zone, Asia/Yerevan, which applies the same offset across Armenia.

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