Europe · Northern Europe · Sovereign state

Current time in Latvia

A single time zone at UTC+03:00. Currently observing daylight saving time.

Time in Riga☀ Daylight
06:27:22

Sunday, May 31, 2026

04:3913:2122:03
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Riga

About Latvia's time

A single time zone.

Latvia uses a single time zone, Eastern European Time (UTC+02:00) in winter and Eastern European Summer Time (UTC+03:00) in summer, with daylight saving time observed nationwide.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 5 months.

Daylight saving schedule

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

Major cities

Cities of Latvia.

History

How Latvia keeps time.

Latvia's modern timekeeping history is closely tied to its complex political past. During the Russian Empire, the territory of present-day Latvia used local mean time based on the Julian calendar until the early 20th century. After independence in 1918, Latvia adopted Eastern European Time (UTC+02:00) as its standard time.

During World War II and the Soviet occupation beginning in 1940, Moscow Time (UTC+03:00) was imposed. After the war, Latvia reverted to Eastern European Time. When the Soviet Union reintroduced daylight saving time in 1981, Latvia followed suit, adopting Eastern European Summer Time (UTC+03:00) during summer months.

Following the restoration of independence in 1991, Latvia maintained Eastern European Time and continued observing daylight saving time in line with EU practices, which it formally joined in 2004. Since then, Latvia has consistently used UTC+02:00 in winter and UTC+03:00 in summer.

Did you know?

Things about Latvia's time.

Fact · 01

Latvia shares its time zone with neighboring Estonia, Lithuania, Finland, and several other Eastern European countries, facilitating regional coordination. The country fully participates in the EU's daylight saving time schedule, switching clocks forward in March and back in October.

Fact · 02

Despite being geographically positioned further west than some countries using UTC+03:00 year-round, Latvia maintains the standard Eastern European Time zone, which aligns well with its economic and political ties to the rest of the EU.

Frequently asked questions

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

What time zone is Latvia in?
Latvia uses Eastern European Time (UTC+02:00) in winter and Eastern European Summer Time (UTC+03:00) in summer.
Does Latvia observe daylight saving time?
Yes, Latvia observes daylight saving time. Clocks move forward one hour in March and back one hour in October, in line with EU regulations.
What is the time difference between Latvia and London?
Latvia is 2 hours ahead of London during winter (when both are on standard time) and 3 hours ahead during summer (when both are on daylight saving time).
Is Latvia in the same time zone as Finland?
Yes, both Latvia and Finland use Eastern European Time (UTC+02:00) in winter and Eastern European Summer Time (UTC+03:00) in summer.
When does Latvia switch to summer time?
Latvia switches to summer time on the last Sunday in March, when clocks move forward by one hour at 3:00 AM local time.
What is the IANA time zone identifier for Latvia?
The IANA time zone identifier for Latvia is 'Europe/Riga'.

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