Time zone

AZOT

Azores Standard Time

Azores Standard Time (AZOT) is the time zone for the lush, volcanic Azores islands off the coast of Portugal, where the clocks spring forward once a year so islanders can soak up the extra Atlantic sunlight.

UTC+00:00 daylight0 IANA zones
Current time in AZOT☾ Night
03:29:18

Sunday, May 31, 2026

☾ NIGHT 06:00noon18:00
Standard
-01 · −1
IANA zones
0

Current offset

UTC+00:00

Daylight · +00

Daylight saving

Active

Reverts 25 Oct 2026

IANA zones

0

None observe daylight saving

DST offset

No summer variant

About AZOT

A fixed, year-round offset.

Azores Standard Time (AZOT) is the time zone for the lush, volcanic Azores islands off the coast of Portugal, where the clocks spring forward once a year so islanders can soak up the extra Atlantic sunlight.

Same offset · UTC+00:00

Other zones at UTC+00:00 right now.

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

Frequently asked questions

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

Why is the Azores further west?
The archipelago lies almost 1,500 km west of mainland Portugal, which explains why the islands sit twelve time zones behind the Portuguese mainland except for DST.
When does the Azores change clocks?
Clocks move one hour forward in late March and return one hour back in late October, following the same DST schedule as Western European neighbors.
Are there quirks to island time?
Visitors often find meals run noticeably later on casual island days, because sipping coffee and watching whales isn’t an activity to be rushed.
What happens at the end of DST?
When the clocks fall back in October, the shift lets islanders gain another hour of sleep and restores mornings to their naturally darker, misty glory.
How does AZOT compare to Lisbon?
While in winter the Azores sit one hour behind Lisbon, they match Lisbon during DST, making instant messaging surprisingly smooth for the summer months.
Are there other places with this offset outside Portugal?
Almost no other landmass uses AZOT year-round; the most similar winter offset is found along the western fringes of Greenland and Iceland.
Does AZOT affect volcanic eruptions or whale migration?
Luckily the whale pods and hot springs don’t care about the clock; DST shortens or lengthens the hours humans can enjoy these wonders.
Is AZOT bad for business?
Not really: its daylight saving rhythm keeps business hours aligned with continental Europe and eases calls to the Americas.
Is there ever an hour of an hour backwards?
Yes, in October, just when the Azores slips back an hour and gains a midnight for late-night storytellers.

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