Europe · Northern Europe · Sovereign state

Current time in Finland

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

Time in Helsinki☾ Night
22:59:10

Friday, June 5, 2026

☾ NIGHT 04:0213:1822:35
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Helsinki

About Finland's time

A single time zone.

Finland operates on a single timezone, Eastern European Time (UTC+2:00) and switches to Eastern European Summer Time (UTC+3:00) in summer. Despite spanning a significant stretch of longitude from Helsinki to the northern borderlands, the whole country observes daylight saving time.

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

Territories & dependencies

The Republic, around the world.

History

How Finland keeps time.

Finland adopted Helsinki Mean Time in 1866 for its early railway timetables, aligning with local solar time in the capital. In 1921, the country formally standardized on Eastern European Time (UTC+2:00). Finland has observed daylight saving time intermittently since 1942 and more consistently since 1981, following EU rules for harmonizing transition dates. The Ã…land Islands, while autonomous, follow the same EU daylight saving schedule and offset as mainland Finland.

Did you know?

Things about Finland's time.

Fact · 01

The farther north you go in Finland, from Helsinki to Lapland, the more extreme the natural daylight swings between summer and winter; winters are dark or very short while summers have long days and continuous daylight.

Frequently asked questions

Common questions about Finland'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 Finland in?
Finland uses Eastern European Time (UTC+2:00) and switches to Eastern European Summer Time (UTC+3:00) in summer.
When does Finland change clocks for summer time?
Finland changes clocks for summer time at the end of March and changes back at the end of October, in line with EU rules.
Do the Ã…land Islands have a different time zone?
No, the Ã…land Islands use the same time zone and daylight saving schedule as mainland Finland.
Is it dark all day in Finland in winter?
Winter days are very short, especially in the north with partial or full polar night; Helsinki still sees several hours of light per day but with very early sunrises and sunsets.
Is it light all night in Finland in summer?
In the far north, there is continuous or near-continuous daylight for weeks; Helsinki’s summer days are very long but still have some twilight-darkness.

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