Time zone

AZOT

Azores Standard Time

Azores Standard Time (AZOT) covers Portugal's mid-Atlantic archipelago, running one hour behind most of continental Europe and shifting an hour ahead to UTC+00 during the summer, making it feel like the islands constantly toggle between island pace and mainland rhythm.

UTC+00:00 daylight0 IANA zones
Current time in AZOT☾ Night
20:22:39

Friday, June 12, 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) covers Portugal's mid-Atlantic archipelago, running one hour behind most of continental Europe and shifting an hour ahead to UTC+00 during the summer, making it feel like the islands constantly toggle between island pace and mainland rhythm.

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.

Convert

AZOT to the world's clocks.

Open the converter →

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 are the Azores one hour behind mainland Portugal?
Historically and geographically, the Azores sit much farther west into the Atlantic—about 1,500 km from Lisbon—so a UTC-01:00 standard offset better matches their solar time.
Do the Azores follow the same daylight saving schedule as continental Portugal?
Yes: they spring forward on the last Sunday of March and fall back on the last Sunday of October, staying in sync with Lisbon even though their baseline offset is one hour different.
What does overlapping UTC+00 mean for summer life in the Azores?
From March to October, clocks match Western European Time, easing real-time collaboration with London and Casablanca while keeping evenings beautifully long in Ponta Delgada and Horta.
Is Azores Standard Time used anywhere outside the Azores archipelago?
No—AZOT is exclusive to the Portuguese Azores. It is the only time region in the world defined around this standard offset and DST pattern pair.
How far into the future is the next scheduled DST transition?
The next local 'fall back' presently scheduled is late October, returning the Azores to UTC-01:00 standard time for the winter season.
What are the quirkiest travel-planning facts about AZOT?
Because the islands lie so far west, their sunsets are noticeably later than Lisbon's on the same clock hour, and travelers often gain a bonus hour of evening light in summer.
Does DST affect ferry and inter-island flight schedules?
Airlines and ferry operators publish seasonal timetables that automatically account for the shift, but visitors converting from mainland Portugal should watch for clock-change weekends.

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