Europe · Southern Europe · Sovereign state

Current time in Malta

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

Time in Valletta☾ Night
05:25:56

Sunday, May 31, 2026

☾ NIGHT 05:4712:5920:12
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Malta

About Malta's time

A single time zone.

Malta uses a single time zone: Central European Time (UTC+01:00) winter, switching to CEST (UTC+02:00) in summer. It's well-integrated into the EU-wide daylight saving cycle. No complicated domestic offsets here.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 5 months.

Daylight saving schedule

CET · UTC+01:00CEST · UTC+02:00CET · UTC+01:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Major cities

Cities of Malta.

History

How Malta keeps time.

Before gaining independence in 1964, Malta followed British military and colonial conventions. Since 1972, Malta has aligned its daylight saving changes with EU-wide dates. Upon joining the EU fully in 2004, Malta strengthened synchronization with broader EU time regulations.

Did you know?

Things about Malta's time.

Fact · 01

Malta’s small size entails no internal time complexity; despite being geographically south, it closely follows Central European Time. This affects daily life slightly: dinnertime feels later than solar noon aligns with, but much of the tourism and business world expects EU-centric schedules. Malta’s uniform time makes logistics uncomplicated for travelers and expatriates.

Frequently asked questions

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

Does Malta observe daylight saving time?
Yes, Malta follows the EU schedule, switching to CEST (UTC+02:00) in summer.
What is the time zone name for Malta?
The IANA time zone name is Europe/Malta.

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