Time zone · Oceania

AEST

Australian Eastern Standard Time

Australian Eastern Standard Time (AEST) covers six major zones across eastern Australia, including cities like Sydney, Melbourne, and Brisbane—making it one of the country’s most populated and economically active regions. While most areas shift forward to Australian Eastern Daylight Time (UTC+11) during summer months, some like Brisbane stay on AEST year-round, creating subtle but important differences when coordinating across states.

UTC+10:00 standardDST: UTC+11:00 (AEDT)6 IANA zones4 cities
Current time in AEST☀ Daylight
13:27:32

Sunday, May 31, 2026

07:2512:1717:09
Standard
AEST · +10
Daylight
AEDT · +11
IANA zones
6

Current offset

UTC+10:00

Standard · AEST

Daylight saving

Not active

Returns 4 Oct 2026

IANA zones

6

4 observe DST, 2 don't

DST offset

UTC+11:00

AEDT · +1h

About AEST

Standard time, with a summer shift.

Australian Eastern Standard Time (AEST) covers six major zones across eastern Australia, including cities like Sydney, Melbourne, and Brisbane—making it one of the country’s most populated and economically active regions. While most areas shift forward to Australian Eastern Daylight Time (UTC+11) during summer months, some like Brisbane stay on AEST year-round, creating subtle but important differences when coordinating across states.

DST schedule · AEST · AEDT

October 4

2026 Sunday · clocks spring forward

Clocks spring forward by one hour · in 4 months.

Affects 4 of 6 zones — the rest stay on AEST year-round.

One year, two clocks

AEDT · UTC+11:00AEST · UTC+10:00AEDT · UTC+11:005 Apr · −1h4 Oct · +1h Jan 2026 Dec

IANA zones · the technical identifiers

The 6 zones that resolve to AEST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Australia/BrisbaneBrisbane— None
Australia/HobartHobart▲ DST
Australia/LindemanLindeman— None
Antarctica/MacquarieMacquarie▲ DST
Australia/MelbourneMelbourne▲ DST
Australia/SydneySydney▲ DST

Cities currently on AEST

The same hour, city by city.

4 cities · all UTC+10:00

Where AEST is used

One country.

Same offset · UTC+10:00

Other zones at UTC+10:00 right now.

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

Frequently asked questions

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

Does all of Australia use daylight saving under AEST?
No—four of the six AEST-member regions observe daylight switching (like Sydney and Melbourne), but Brisbane and others remain on standard time all year, which can affect cross-state scheduling.
Why is Macquarie Island the representative zone for AEST?
Macquarie Island serves as the reference point for the region’s timezone identity in systems that prioritize Antarctic-Australian overlap zones, even though most users associate AEST with mainland cities like Sydney.
When does DST end in AEST-observant areas?
Clocks typically fall back from UTC+11 to UTC+10 on a Sunday in early April—marking the end of Australian Easter Time for that year.
Is AEST the same as UTC+10:00 everywhere?
Currently, yes—all member zones are UTC+10:00, but from October to April, four of them temporarily shift to UTC+11:00 during daylight saving.
Which major cities follow AEST year-round?
Brisbane and parts of Queensland observe AEST without daylight saving, so their clocks don’t change in summer like Sydney or Hobart do.
How does AEST affect travel across eastern Australia?
Travelers flying between Sydney and Brisbane during DST season may encounter a 1-hour time difference despite both normally being in the AEST zone—a quirk that surprises many first-time visitors.
Are there any unique historical reasons behind Australia’s timezone fragmentation?
Australia’s state-based control over daylight saving decisions has led to this patchwork pattern—especially notable in how Queensland opted out while neighboring states adopted summer time.
Could AEST ever become permanent year-round?
Proposals have surfaced occasionally in Queensland and elsewhere, but no nationwide consensus exists yet—so for now, the seasonal switch remains part of life for most AEST observers.

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