IANA tz database · zone identifier

Europe/Riga

The IANA tz database identifier for Eastern European Standard Time in Latvia. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC+03:00Abbreviation EESTObserves daylight saving
Time in Europe/Riga☾ Night
01:58:01
Thursday, July 16, 2026
Offset
UTC+03:00
Abbreviation
EEST
DST
Active

Current offset

UTC+03:00

standard UTC+02:00 · daylight UTC+03:00

Abbreviation

EEST

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇱🇻 Latvia

ISO 3166: LV · view country page →

Using this identifier

The string to put in your code.

Europe/Riga is the identifier to use in code and config for this region. Every modern language, database, and OS resolves it through the same tz database, so the examples here behave identically everywhere.

Avoid storing EEST or +03:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

// format a date in this zone
new Intl.DateTimeFormat('en-US', {
timeZone: 'Europe/Riga',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

Europe/Riga alternates between EET (UTC+02:00) and EEST (UTC+03:00). Right now it is on EEST; clocks fall back on 25 October 2026.

The year at a glance

EET · UTC+02:00EEST · UTC+03:00EET · UTC+02:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierEurope/Riga
ISO country codeLV🇱🇻 Latvia
Reference coordinates56.95°N, 24.10°Etz database reference point
Standard offsetUTC+02:00abbreviation EET
Daylight offsetUTC+03:00abbreviation EEST

Where it applies

All of Latvia, one clock.

Looking for travel-friendly info? See Riga or Eastern European Standard Time.

Related identifiers

Nearby in the database.

Frequently asked questions

Answers specific to this identifier — generated from the database record. Can't find what you need? Email [email protected].

What UTC offset is Europe/Riga?
Europe/Riga is currently UTC+03:00 (EEST). It alternates between UTC+02:00 in winter and UTC+03:00 in summer.
Does Europe/Riga observe daylight saving time?
Yes. Clocks fall back at the next transition on 25 October 2026, as they do twice every year.
Which country uses Europe/Riga?
Latvia. The identifier covers the whole country.
Is Europe/Riga the same as EET?
Europe/Riga is one of the IANA zones that keeps Eastern European Standard Time (EET). Use Europe/Riga in software — EET is a human-friendly label, not a valid identifier.

Free · Developer API

This zone, as JSON.

Everything on this page — offset, abbreviation, DST rules, coordinates — from one endpoint, always current with the latest tzdb release.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// this identifier, resolved live
GET /v1/timezones?iana=Europe/Riga
{
"iana": "Europe/Riga",
"utc_offset": "+03:00",
"abbreviation": "EEST",
"observes_dst": true,
"country": "LV"
}