Oceania · Australia and New Zealand · Sovereign state

Current time in Australia

Spans 4 time zones from UTC+08:00 to UTC+10:00, a 2-hour difference. Currently on standard time.

Time in Canberra☀ Daylight
13:26:22

Sunday, May 31, 2026

07:0212:0116:59
Zone
AEST
UTC
UTC+10:00
IANA
Australia/Sydney

About Australia's time

4 time zones.

Australia spans an enormous 12 official time zones — from UTC+08:00 in Western Australia all the way to UTC+10:30 for Lord Howe Island. If you're scheduling a nationwide meeting, buckle in: it's one of the trickiest countries on Earth for timekeeping.

Next clock change

October 3

2026 Saturday · clocks spring forward

Clocks spring forward by one hour · in 4 months.

Affects 5 of 10 zones.

Daylight saving schedule

Summer timeAEST · UTC+10:00Summer time5 Apr · −1h4 Oct · +1h Jan 2026 Dec

By time zone

Time zones of Australia.

4 time zones

Major cities

Cities of Australia.

Territories & dependencies

The Republic, around the world.

History

How Australia keeps time.

Australia's time zone story begins in the 1890s, when the colonies agreed to standardize time. In 1895, the six Australian colonies formally adopted three standard time zones — Western Standard Time (UTC+08:00), Central Standard Time (UTC+09:30), and Eastern Standard Time (UTC+10:00) — aligning with the meridian lines used by railways and telegraph operators of the era. This was part of a broader wave of standardization sweeping the British Empire.

Western Australia briefly experimented with daylight saving during World War I and World War II, but the practice was controversial and inconsistently applied across regions. In 1971, the state held a referendum that narrowly rejected permanent DST. Tasmania became the first state to formally adopt DST in peacetime in 1968.

Lord Howe Island's unusual UTC+10:30 offset dates to the island's small geography and unique community traditions. In fact, Lord Howe observes a half-hour DST shift — UTC+11:00 in summer — making it one of the rare places on Earth with a 30-minute DST adjustment. Norfolk Island's time zone shifted dramatically on October 4, 2015, when it moved from UTC+11:30 to UTC+11:00, aligning closer with mainland Australian time.

Australia's external territories add further complexity: the Cocos (Keeling) Islands operate on UTC+06:30, Christmas Island on UTC+07:00, and Heard Island and McDonald Islands on UTC+05:00 — none of which appear on the mainland.

Did you know?

Things about Australia's time.

Fact · 01

Australia is one of the most time-zone-heavy countries on Earth, and it doesn't stop at the mainland. Including external territories, the full range stretches from UTC+05:00 (Heard Island) to UTC+11:00 (Norfolk Island) — a gap of six full hours across Australian sovereign territory.

Fact · 02

South Australia's UTC+09:30 offset is half an hour ahead of its southern neighbors' standard time and half an hour behind Queensland to the north. This creates a situation where the time zone boundary splits towns — Broken Hill in New South Wales, for instance, follows Adelaide's UTC+09:30 instead of Sydney's UTC+10:00, despite being across the state border. This anomaly exists because Broken Hill historically shipped silver ore through South Australian rail lines and adopted that state's time.

Fact · 03

Eucla, a tiny settlement in eastern Western Australia near the South Australian border, unofficially observes UTC+08:45 — an offset so niche it's only half an hour apart from both Western and Central time. It frequently doesn't even appear on world clocks.

Fact · 04

Australia also has a notable east-west DST divide. Western Australia, the Northern Territory, and Queensland do not observe daylight saving, while New South Wales, Victoria, South Australia, Tasmania, and the ACT do. This means that during Australian summer (October to April), the time differences between states shift. For example, Sydney and Brisbane are normally one hour apart, but during DST the gap can temporarily widen or shrink depending on transition weeks.

Frequently asked questions

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

Why does Australia have so many time zones?
Australia is the world's sixth-largest country by area, spanning roughly 4,000 km east to west. Its vast longitudinal spread naturally requires multiple zones, and the mix of mainland states plus far-flung external territories like Norfolk Island, Christmas Island, Heard Island, and the Cocos (Keeling) Islands pushes the total to 12.
Does all of Australia observe daylight saving time?
No. Only 7 of the 12 zones observe DST. Western Australia, the Northern Territory, and Queensland do not spring forward. The remaining states and territories do, which temporarily changes the time differences between Australian states during summer months.
Why is Broken Hill on South Australia's time?
Broken Hill is in New South Wales but historically shipped ore through Adelaide and South Australian railways. Because of this economic connection, it adopted UTC+09:30 (Central Standard Time) rather than following the rest of NSW at UTC+10:00.
What is the most unusual time offset in Australia?
Lord Howe Island takes the prize at UTC+10:30 — a 30-minute offset that's rare globally. It also has a 30-minute DST shift to UTC+11:00 in summer. Eucla's unofficial UTC+08:45 is another curiosity you'll rarely see on a world clock.
Do I need to worry about time zones when traveling within Australia?
Absolutely. If you're flying from Perth (UTC+08:00, no DST) to Sydney (UTC+10:00, DST in place), you could face a three-hour time difference during summer. Domestic flights routinely cross time zone boundaries, and hotel booking confirmations sometimes list local time.
What time zone do Australian external territories use?
They vary widely: the Cocos (Keeling) Islands are UTC+06:30, Christmas Island is UTC+07:00, Norfolk Island is UTC+11:00, and Heard Island and McDonald Islands use UTC+05:00. These aren't part of the mainland's three primary zones.
Why doesn't Queensland observe daylight saving?
Queensland has rejected DST multiple times via referenda (most notably in 1992), largely due to opposition in regional and northern areas where longer summer evenings offer less practical benefit. The debate flares up periodically but has never gained enough political support.

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