Time zone

ACDT

Australian Central Daylight Time

Australian Central Daylight Time (ACDT) keeps South Australia running half an hour ahead of Eastern Time and a full hour behind Eastern Daylight Time, giving cities like Adelaide and Broken Hill a uniquely comfortable rhythm for business across the country and close ties with both Asian and Western partners. When clocks spring forward and fall back thanks to daylight saving, the shift changes the feel of the evenings across the region — and even nudges how late the sun lingers over the hills and coastlines.

UTC+09:30 standard0 IANA zones
Current time in ACDT☀ Daylight
12:59:25

Sunday, May 31, 2026

06:00noon18:00
Standard
ACST · +9:30
IANA zones
0

Current offset

UTC+09:30

Standard · ACST

Daylight saving

Not observed

Year-round standard time

IANA zones

0

None observe daylight saving

DST offset

No summer variant

About ACDT

A fixed, year-round offset.

Australian Central Daylight Time (ACDT) keeps South Australia running half an hour ahead of Eastern Time and a full hour behind Eastern Daylight Time, giving cities like Adelaide and Broken Hill a uniquely comfortable rhythm for business across the country and close ties with both Asian and Western partners. When clocks spring forward and fall back thanks to daylight saving, the shift changes the feel of the evenings across the region — and even nudges how late the sun lingers over the hills and coastlines.

Same offset · UTC+09:30

Other zones at UTC+09:30 right now.

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

Frequently asked questions

Common questions about ACDT, 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 in this zone?
Australian Central Time sits halfway between Eastern and Western time, making cross-country calls and national scheduling easier than if it jumped a full hour. This 30-minute step means South Australia, including Adelaide and Broken Hill, doesn’t need huge wake-up or late-night calls to reach either coast.
What does daylight saving do here?
During southern summer (October to April), clocks spring forward an hour to squeeze more evening daylight. This shifts how late the sun sets over the Adelaide Hills and Barossa Valley, giving after-work strolls extra golden hours and nudging trade talks with Asia into later Aussie mornings.
How does the offset help business with Asia?
Central time is close enough to Japan and Southeast Asia for business without Australian staff starting too early. That half-hour jump means fewer midnight emails from Tokyo or Singapore, and more overlap with their normal hours.
What’s life like in Adelaide?
Adelaide packs festivals, wine regions, and coastal living into a time zone that feels both relaxed and globally connected. Whether it’s coffee in the CBD or sunset over Glenelg, its clocks roll with seasons that give workers both productive meetings and long evenings.
Any quirks in Broken Hill?
Broken Hill sits in New South Wales but uses South Australia’s time instead of Sydney’s. It keeps outback traditions and art scenes tied to Adelaide’s clocks rather than eastern capital sprawl, linking day-to-day life closer to the Flinders Ranges than the Blue Mountains.
When do clocks change?
They spring forward when Easter winds down and fall back as autumn cools, timed to extend warm evenings and nudge energy use and travel patterns that match daylight more closely.
How many places use ACDT today?
Around two main areas — Adelaide and Broken Hill — keeping the zone compact, intimate, and closely aligned. Less confusion, fewer border jumps, and easier across-the-region planning for meetings or festivals.
Is it hard to connect internationally?
Morning in Adelaide either side of clocks can bridge Asia into their afternoon or Europe before bed. The half hour lets planners squeeze calls into small windows, avoiding too-early or too-late marathons.

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