Oceania · Australia

Current time in Brisbane

Australian Eastern Standard Time.

AEST · UTC+10:00IANA: Australia/Brisbane27.47° S · 153.03° E
Current time☾ Night
05:58:10

Saturday, June 6, 2026

☾ NIGHT 06:3111:4617:00
Sunrise
06:31
Solar noon
11:46
Sunset
17:00

Offset right now

UTC+10:00

Australian Eastern Standard Time · AEST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Brisbane time

Brisbane keeps one clock.

Brisbane hums with a steady, reliable rhythm that makes it a dream for coordinating across Asia-Pacific time zones. Located in Australia, this subtropical city operates on AEST without daylight saving, meaning its clocks stay consistent year-round while southern Australian cities shift around them. For remote teams, this stability simplifies scheduling from sunrise over the Brisbane River to the afternoon trade winds off Moreton Bay.

Frequently asked questions

Common questions about Brisbane's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Queensland observe daylight saving time?
No, Queensland does not observe daylight saving. Clocks stay on Australian Eastern Standard Time (AEST) all year, unlike Sydney and Melbourne.
Why is Brisbane great for Asia-Pacific teams?
AEST (hours ahead of UTC) places Brisbane among the first in the region to start the workday, bridging late-afternoon overlap with Asian markets and wrapping up as Europe logs on.
What are typical business hours in Brisbane?
Most offices open around 8:30–9:00 AM and close by 5:00 PM local time. Daylight is generous, stretching late into summer evenings without clock changes.
How does Brisbane’s no daylight saving benefit remote teams?
No clock shifts mean fewer calendar surprises: deadlines, standups, and releases line up predictably across hemispheres.
Any seasonal tips for scheduling calls with Brisbane?
Summer here brings sunnier, longer days. Colleagues often wrap up work to enjoy the outdoors, so mornings are prime for collaboration.
Is Brisbane’s latitude notable?
Latitude -27°S gives warm subtropical weather, but the climate stays mild year-round, ideal for outdoor meetings or beachside brainstorming after work.

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