Time zone

AEDT

Australian Eastern Daylight Time

Australian Eastern Daylight Time (AEDT) covers bustling East Coast cities like Sydney and Melbourne but is right now sitting on its standard offset of UTC+10:00 since daylight saving ended in April. Because every zone in the region participates in DST, you can expect clocks to spring forward to AEDT each October and fall back to AEST in April, a seasonal rhythm that keeps everyone aligned for meetings and broadcasts across the region.

UTC+10:00 standard0 IANA zones
Current time in AEDT☀ Daylight
13:27:16

Sunday, May 31, 2026

06:00noon18:00
Standard
AEST · +10
IANA zones
0

Current offset

UTC+10:00

Standard · AEST

Daylight saving

Not observed

Year-round standard time

IANA zones

0

None observe daylight saving

DST offset

—

No summer variant

About AEDT

A fixed, year-round offset.

Australian Eastern Daylight Time (AEDT) covers bustling East Coast cities like Sydney and Melbourne but is right now sitting on its standard offset of UTC+10:00 since daylight saving ended in April. Because every zone in the region participates in DST, you can expect clocks to spring forward to AEDT each October and fall back to AEST in April, a seasonal rhythm that keeps everyone aligned for meetings and broadcasts across the region.

Same offset · UTC+10:00

Other zones at UTC+10:00 right now.

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

Frequently asked questions

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

Does every zone in this region observe daylight saving time?
Yes, all four zones in the Australian Eastern Daylight Time region participate in daylight saving time.
How many member zones are currently in DST?
Currently, no zones in this region are in daylight saving time; 0 of the 4 zones are in DST.
What role does the Macquarie zone play in this region?
The Macquarie zone in Australia is the representative zone for this region's offset.
What abbreviation is used today?
The representative zone currently uses AEST (Eastern Standard Time), reflecting its UTC+10:00 offset.
When does the next daylight saving switch happen?
The next change is scheduled for 2026-10-04 03:00:00 AEST, when clocks move to daylight saving time.
Which countries are included in this region?
The main country represented in this region is Australia; the full member list includes additional Australian territories.
When did the current offset start?
This offset became active on 2026-04-05 02:00:00 AEST.

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