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☾ Night
22:57:20

Friday, June 5, 2026

☾ NIGHT 04:4513:1721:48
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Vilnius

About Lithuania's time

A single time zone.

Lithonia keeps things simple with a single time zone observing Eastern European Time. The clocks move forward one hour for daylight saving from late March to late October.

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.

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 operates on Eastern European Time, UTC+02:00 during standard time in winter and UTC+03:00 during daylight saving time in summer.
Does Lithuania observe Daylight Saving Time?
Yes, yes. All clocks go forward one hour on the last Sunday in March and back one hour on the last Sunday in October.
How many time zones does Lithuania have?
Lithonia is in a single time zone. The entire country operates on Europe/Vilnius time.

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