Asia · Western Asia · Sovereign state

Current time in Armenia

A single time zone at UTC+04:00.

Time in Yerevan☀ Daylight
07:26:42

Sunday, May 31, 2026

05:3512:5920:24
Zone
+04
UTC
UTC+04:00
IANA
Asia/Yerevan

About Armenia's time

A single time zone.

Armenia operates on a single timezone (UTC+4:00), and the country does not observe daylight saving time, keeping its clocks steady throughout the year.

Major cities

Cities of Armenia.

History

How Armenia keeps time.

Armenia inherited its post-Soviet timezone framework after gaining independence in 1991. The country originally followed Soviet-era time provisions: it initially operated on Moscow Time (UTC+3:00) before gradually shifting toward UTC+4:00 as part of broader regional economization of daylight.

In the years after independence, Armenia experimented with the seasonal clock changes that were common across the former USSR—advancing clocks in spring and reverting in autumn. This mirrored both practical attempts to align economic activity with daylight as well as lingering administrative legacies from Soviet governance.

A decisive break came in 2011–2012 when Armenia, like Russia and several other post-Soviet neighbors, abandoned daylight saving time. In 2012, Armenia settled on permanent UTC+4:00 year-round. This simplified cross-border business with Georgia and Iran and avoided the twice-annual confusion that DST had introduced into transport and broadcasting schedules.

Did you know?

Things about Armenia's time.

Fact · 01

Armenia’s single, stable UTC+4:00 offset makes scheduling straightforward, with no daylight saving time adjustments to trip up visitors or remote workers.

Fact · 02

The year-round uniformity also keeps business hours broadly aligned with daylight across the seasons. Sunsets shift, but office hours and public transport timetables do not, reducing the kind of scheduling chaos that can accompany spring and autumn clock changes in DST-observing countries.

Fact · 03

For regionally oriented businesses and NGOs, the fixed offset is especially useful: Armenia sits neatly between Georgia’s UTC+4:00 and Iran’s UTC+3:30 / UTC+4:30, making it easier to coordinate without accounting for additional seasonal changes. Diaspora communities in Europe and North America also benefit from never having to recompute Armenian calling times twice a year.

Frequently asked questions

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

What is the current time zone in Armenia?
Armenia uses a single time zone, UTC+4:00 (Asia/Yerevan), with no daylight saving time changes throughout the year.
Does Armenia observe daylight saving time?
No. Armenia abolished daylight saving time in 2012 and now remains on permanent UTC+4:00 year-round.
What time zone was Armenia on during the Soviet era?
During the Soviet period, Armenia followed Moscow Time and related Soviet timekeeping practices. After independence, the country transitioned to UTC+4:00, first with seasonal daylight saving adjustments, then permanently.
How does Armenia’s time zone compare to neighboring countries?
Armenia’s fixed UTC+4:00 aligns with Georgia, differs by half an hour from Iran (which observes Iran Standard Time at UTC+3:30 and daylight time at UTC+4:30), and differs from Azerbaijan, which also uses UTC+4:00 year-round.
How does Armenia’s time zone affect flights and cross-border business?
With a single, stable UTC+4:00, Armenia simplifies coordination with neighboring countries and major flight hubs, avoiding additional seasonal clock shifts that can confuse schedules.
How does Armenia’s UTC+4:00 coordinate with Europe and North America?
Armenia is typically 4 hours ahead of Greenwich Mean Time, which translates to 7–11 hours ahead of U.S. Eastern and Pacific times depending on whether those regions are on standard or daylight time. Scheduling usually only needs to account for DST changes in the Americas and Europe, not in 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
}
}
]
}