Europe · Southern Europe · Sovereign state

Current time in Portugal

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

Time in Lisbon☟ Night
04:27:53

Sunday, May 31, 2026

☟ NIGHT 06:1313:3420:54
Zone
WEST
UTC
UTC+01:00
IANA
Europe/Lisbon

About Portugal's time

A single time zone.

Portugal has three distinct time zones covering mainland Portugal, Madeira, and the Azores islands. The mainland uses Western European Time with daylight saving, while Madeira and the Azores sit slightly offset from each other as Atlantic island territories.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 5 months.

Daylight saving schedule

WET · UTC+00:00WEST · UTC+01:00WET · UTC+00:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

By time zone

Time zones of Portugal.

1 time zones

Major cities

Cities of Portugal.

History

How Portugal keeps time.

Portugal adopted Greenwich Mean Time (UTC+00:00) in 1911, shortly after the country became a republic. This was part of a broader effort to modernize and align with international standards, particularly for rail and maritime coordination.

During World War II, Portugal briefly experimented with Central European Time (UTC+01:00) from 1942 to 1945, likely influenced by its complex geopolitical position. After the war, the country reverted to GMT until adopting permanent Western European Time with daylight saving in the 1980s, aligning more closely with neighboring Spain—despite the fact that geographically, Portugal is west of Spain and would naturally sit in a UTC−01:00 zone.

Did you know?

Things about Portugal's time.

Fact · 01

All three zones observe DST, shifting one hour ahead in summer (WEST to WEST+1, etc.). The Azores are notably further west than mainland Portugal, resulting in UTC−01:00 standard time, while Madeira sits at UTC+00:00, making island-to-island travel a minor time-zone hop.

Fact · 02

Geographically, Portugal is almost entirely west of the prime meridian (Lisbon is at ~9°W), yet it uses UTC+00:00 to UTC+01:00—meaning solar noon occurs well after clock noon. This has practical effects: lunch and dinner times feel late by the clock, a pattern shared with neighbors like Spain.

Fact · 03

Madeira and the Azores, being Atlantic archipelagos, have smaller populations but represent important outposts for Portuguese timekeeping in different oceanic regions.

Frequently asked questions

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

What is the current time in Lisbon?
Europe/Lisbon observes Western European Time (GMT+1) during standard time and Western European Summer Time (GMT+2) during daylight saving (typically late March to late October).
How do Portugal’s island time zones differ from Lisbon?
Madeira is GMT+0/+1 (one hour behind Lisbon), while the Azores are GMT−1/+0 (two hours behind Lisbon). All observe daylight saving, maintaining these differences year-round.
Does Portugal observe daylight saving time?
Yes. Mainland Portugal, Madeira, and the Azores all shift forward one hour in spring and back in autumn, following EU guidelines.
Why is Portugal on UTC+00:00/UTC+01:00 when it’s so far west?
Portugal chose GMT for historical and political reasons—alignment with maritime standards and later with neighboring Spain. Geographically it’s closer to UTC−01:00, but time zones are shaped by policy, not just longitude.

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