Europe · Northern Europe · Sovereign state

Current time in Lithuania

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

Time in Vilnius☀ Daylight
06:26:04

Sunday, May 31, 2026

04:5013:1621:42
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Vilnius

About Lithuania's time

A single time zone.

Lithonia operates on a single time zone, Europe/Vilnius, and observes daylight saving time. Clocks shift between UTC+02:00 in winter and UTC+03:00 in summer, keeping pace with much of the EU.

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 Lithuania.

History

How Lithuania keeps time.

Lithuania’s modern timezone practices developed alongside its shifts between independence, Soviet occupation, and EU integration.

Before the 20th century, local mean time was used in Lithuanian towns, loosely aligned with the Sun and the region’s longitude. During and after World War I, and following Lithuania’s declaration of independence in 1918, the country began adopting standardized time, generally close to Eastern European Time concepts that were emerging across the Baltic region.

When the Soviet Union occupied Lithuania in 1940 and again after 1944, it imposed Moscow’s timezone policy. The entire Lithuanian SSR generally followed Moscow’s adopted time, which from 1930 onward used permanent daylight saving in many Soviet territories, often placing the country’s official time ahead of its geographic longitude suggested. After regaining independence in 1990–1991, Lithuania shifted from Moscow time to UTC+02:00 standard time and reintroduced its own daylight saving practice.

With EU accession in 2004, Lithuania standardized daylight saving rules to match EU-wide transitions (last Sunday in March forward, last Sunday in October back), keeping a winter time near UTC+02:00 (EET) and summer time at UTC+03:00 (EEST). The single-zone setup across the country is straightforward, with Europe/Vilnius covering the entire nation within a relatively compact geographic area.

Did you know?

Things about Lithuania's time.

Fact · 01

Lithuania’s relatively small east–west extent means its single time zone fits well with the country’s geography, minimizing the awkwardness seen in much larger countries that force many regions into the same clock time.

Fact · 02

Because of this eastward position in the EET/EEST zone, sunrise and sunset times are noticeably early in summer by Western European standards—often well before 6:00 in the morning in cities like Vilnius and Kaunas—and days stay bright well into the evening. In winter, early darkness is more pronounced, with sunset often before 16:00.

Fact · 03

Along with its Baltic neighbors, Lithuania has participated in ongoing EU discussions about potential reform or abolition of seasonal clock changes. Any such change would directly affect the shift from EET to EEST, but no binding decision has been implemented yet, so for now the March and October clock changes remain in place.

Fact · 04

For business and digital life, being in the same daylight saving schedule as the rest of the EU makes Lithuania’s time practical for Baltic and Central European coordination, while the UTC+03:00 summer offset aligns well with other Eastern European EU members during trade, travel, and remote work.

Frequently asked questions

Common questions about Lithuania'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 Lithuania in?
Lithuania uses one time zone, Europe/Vilnius. It is UTC+02:00 in winter (EET) and UTC+03:00 in summer (EEST) when daylight saving time is active.
Does Lithuania observe daylight saving time?
Yes. Like most EU countries, Lithuania switches clocks forward one hour in late March and back one hour in late October, moving between EET (UTC+02:00) and EEST (UTC+03:00).
How does Lithuania’s time compare to Western Europe?
Lithuania is typically 1 hour ahead of countries on Central European Time (UTC+01:00/UTC+02:00), and 2 hours ahead of countries on Western European time (UTC+00:00/UTC+01:00), during standard time. The differences stay similar during summer, just one hour further ahead.
Is the same time used everywhere in Lithuania?
Yes. Lithuania has only one official time zone, Europe/Vilnius, so the entire country—including cities like Vilnius, Kaunas, and Klaipėda—uses the same local time.
How do I schedule a call or meeting with someone in Lithuania?
First check whether daylight saving time is in effect (roughly late March to late October). Then: when Lithuania is in EET (UTC+02:00), it is 2 hours ahead of London in winter; when in EEST (UTC+03:00), it is 1 hour ahead of most of Central Europe in summer (which is also UTC+02:00), and 2 hours ahead of London (which moves to UTC+01:00).
How do EU daylight saving rules affect Lithuania?
Lithuania follows the EU-wide schedule for switching clocks: forward one hour on the last Sunday in March and back one hour on the last Sunday in October. Any future EU-wide reform of these rules could change this pattern.

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