Asia · Armenia

Current time in Yerevan

Armenia Standard Time.

+04 · UTC+04:00IANA: Asia/Yerevan40.17° N · 44.50° E
Current time☾ Night
01:14:28

Saturday, June 6, 2026

☾ NIGHT 05:3313:0020:27
Sunrise
05:33
Solar noon
13:00
Sunset
20:27

Offset right now

UTC+04:00

Armenia Standard Time · +04

Daylight saving

Not observed

This zone has no seasonal clock change.

About Yerevan time

Yerevan keeps one clock.

Yerevan hums with a Mediterranean-influenced pace that belies its Caucasus location—business often starts with strong Armenian coffee and unfolds in a relaxed rhythm by technology industry standards. Sitting at +04 year-round, Armenia never shifts its clocks, which simplifies scheduling across seasons while giving winter workers a slightly later sunrise to wake up to.

Frequently asked questions

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

Does Armenia observe Daylight Saving Time?
No, Armenia abolished DST in 2012 after a brief experiment between 1981 and 2011, giving teams there one less clock change to track.
How does Yerevan's +04 offset affect collaboration with European clients?
Working hours in Yerevan typically overlap with London and other Western European hubs in the morning, giving a comfortable midday handoff for managing handovers.
What is unique about Armenia's time zone geographically?
Although much of the surrounding +04 band is in the Caucasus and Central Asia, Yerevan sits in the South Caucasus, placing it physically far west of the central meridian for +04.
Is there a cultural reason Armenia chose to abolish DST?
Officials concluded that the energy savings from clock changes were negligible compared to the disruption in sleep and productivity, aligning with public preference for schedule stability.
What is the latest sunrise in Yerevan?
In deep winter the first light can arrive close to 8:20–8:40 a.m. local time, so remote teams coordinating early international calls may need to factor in later start times.
How does Yerevan's tech scene handle global asynchronous work?
Many Armenian tech companies structure core hours from late morning into evening to both European clients and U.S.-based partners on opposite sides of the clock.
Is there legislation that fixes Armenia's time zone?
Yes, there is national legislation setting Armenia at UTC+04 permanently, which gives businesses a predictable long-term offset for contracts and scheduling.

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