Time zone · Oceania

ACST

Australian Central Standard Time

Australian Central Standard Time (ACST) covers a UTC+09:30 band stretching across South Australia, the Northern Territory, and a corner of New South Wales. For those coordinating across Adelaide, Darwin, and Broken Hill, it’s a unique half-hour offset that only partially shifts for daylight savings—so scheduling always needs a second check.

UTC+09:30 standardDST: UTC+10:30 (ACDT)3 IANA zones1 city
Current time in ACST☾ Night
05:34:31

Saturday, June 6, 2026

☾ NIGHT 07:1612:1417:11
Standard
ACST · +9:30
Daylight
ACDT · +10:30
IANA zones
3

Current offset

UTC+09:30

Standard · ACST

Daylight saving

Not active

Returns 4 Oct 2026

IANA zones

3

2 observe DST, 1 doesn't

DST offset

UTC+10:30

ACDT · +1h

About ACST

Standard time, with a summer shift.

Australian Central Standard Time (ACST) covers a UTC+09:30 band stretching across South Australia, the Northern Territory, and a corner of New South Wales. For those coordinating across Adelaide, Darwin, and Broken Hill, it’s a unique half-hour offset that only partially shifts for daylight savings—so scheduling always needs a second check.

DST schedule · ACST · ACDT

October 4

2026 Sunday · clocks spring forward

Clocks spring forward by one hour · in 4 months.

Affects 2 of 3 zones — the rest stay on ACST year-round.

One year, two clocks

ACDT · UTC+10:30ACST · UTC+09:30ACDT · UTC+10:305 Apr · −1h4 Oct · +1h Jan 2026 Dec

IANA zones · the technical identifiers

The 3 zones that resolve to ACST.

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/AdelaideAdelaide▲ DST
Australia/Broken_HillBroken_Hill▲ DST
Australia/DarwinDarwin— None

Cities currently on ACST

The same hour, city by city.

1 city · all UTC+09:30

Where ACST is used

One country.

Frequently asked questions

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

Why does Australia use a half-hour offset like UTC+09:30?
The half-hour offset reflects the vast east-west span of the continent. ACST aligns clocks more closely with local sunrise and sunset in central Australia rather than forcing the region into a full-hour slot.
Which parts of ACST observe daylight saving?
In ACST, Adelaide and Broken Hill move their clocks forward by an hour during southern summer, while Darwin stays on standard time all year. This split means your ACST contacts may suddenly be an hour apart from each other when DST starts.
How many distinct time zones use ACST?
Three main zones fall under the ACST umbrella: Australia/Adelaide, Australia/Broken_Hill, and Australia/Darwin. They share the same wall-clock time for much of the year but diverge as soon as daylight saving kicks in.
What happens in Broken Hill that makes it different?
Broken Hill sits in western New South Wales but follows South Australia’s ACST schedule, including DST. So while most of NSW uses AEST/AEDT, Broken Hill marches to the Adelaide drum.
Why doesn’t Darwin observe daylight saving?
Darwin sits close to the equator, where daylight hours stay fairly constant year-round. The Northern Territory decided the hassle of changing clocks wasn’t worth the minimal benefit, so it stays on standard time permanently.
Does the entire ACST region change clocks at the same time?
Adelaide and Broken Hill both spring forward at 2:00 AM local time and fall back at 3:00 AM local time, but Darwin doesn’t change at all. So during DST, you end up with a one-hour split inside the ACST code.
Is ACST used anywhere besides Australia?
Although ACST is mostly Australian, some nearby regions and databases refer to UTC+09:30 without DST (sometimes called “Asia/Khandyga”), but they aren’t officially in the Australian Central region. Practically, when people say ACST they mean Australia.
What should remote teams keep in mind when working with ACST colleagues?
Always clarify which Australian city—or at least which zone—your contact is in, especially around October and April when Adelaide and Broken Hill flip their clocks. A shared calendar tool like timezone.io saves a lot of “wait, are you in Darwin or Adelaide?” messages.

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