Time zone

WET

Western European Standard Time

Western European Time clocks in across the Atlantic archipelago fringes of Europe and the Portuguese mainland, sitting an hour ahead of UTC by default but hopping to UTC+00 in winter. Whether you're in Lisbon, the Canary Islands, Madeira, or the Faroe Islands, the whole region shares the same spring‑forward, fall‑back rhythm, so meetings between Madeira and mainland Portugal—or Reykjavík on a winter break to Gran Canaria—stay perfectly synced.

UTC+01:00 daylight0 IANA zones
Current time in WET☾ Night
23:28:32

Friday, June 5, 2026

☾ NIGHT 06:00noon18:00
Standard
WET · +0
IANA zones
0

Current offset

UTC+01:00

Daylight · WEST

Daylight saving

Active

Reverts 25 Oct 2026

IANA zones

0

None observe daylight saving

DST offset

No summer variant

About WET

A fixed, year-round offset.

Western European Time clocks in across the Atlantic archipelago fringes of Europe and the Portuguese mainland, sitting an hour ahead of UTC by default but hopping to UTC+00 in winter. Whether you're in Lisbon, the Canary Islands, Madeira, or the Faroe Islands, the whole region shares the same spring‑forward, fall‑back rhythm, so meetings between Madeira and mainland Portugal—or Reykjavík on a winter break to Gran Canaria—stay perfectly synced.

Same offset · UTC+01:00

Other zones at UTC+01:00 right now.

These named zones share WET's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Why do the Canary Islands share a timezone with Portugal?
Both lie on the western edge of Europe and historically aligned schedules, so they keep the same standard and daylight-saving shifts.
Is there any difference between WET and GMT?
During winter months WET matches GMT (UTC+00); the divergence is in summer when WET springs forward to WEST (UTC+01), while the UK switches to British Summer Time.
How does DST affect Atlantic air routes?
Flights between the Canaries, Madeira, and mainland Portugal don't require passengers to change their watches twice a year—all four zones shift on the same European DST schedule.
Do the Faroe Islands ever opt out of DST?
They've followed EU-aligned daylight saving since 1981, so currently all four WET member zones join the March and October flips together.
Why isn't Iceland in WET?
Iceland uses Greenwich Mean Time year-round with no daylight-saving change, putting it one hour behind WET in the summer.

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