Oceania · Australia

Current time in Perth

Australian Western Standard Time.

AWST · UTC+08:00IANA: Australia/Perth31.95° S · 115.86° E
Current time☀ Daylight
11:26:03

Sunday, May 31, 2026

07:0712:1417:20
Sunrise
07:07
Solar noon
12:14
Sunset
17:20

Offset right now

UTC+08:00

Australian Western Standard Time · AWST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Perth time

Perth keeps one clock.

In Perth, business unfolds under wide Western Australia skies where the sun arcs from the Indian Ocean and the workday largely beats to a consistent, sunlit rhythm all year round.

Frequently asked questions

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

What time zone does Perth, Australia observe?
Perth operates on Australian Western Standard Time (AWST), which is UTC+8 the entire year.
Does Perth observe daylight saving time?
No, Western Australia does not observe daylight saving, keeping the clocks steady across every season.
How does Perth's lack of daylight saving affect work daylight hours?
Because clocks never shift, early sunrises and long evenings remain reliable, making morning and late-afternoon meetings easy to predict.
How does Perth's time zone compare to the east coast of Australia?
Perth is typically three hours behind Sydney and Melbourne, so a late morning start there corresponds to early morning in Western Australia.
Is Perth's business hours aligned with nearby international partners like Singapore?
Perth shares Singapore's time zone, making live coordination seamless with many Southeast Asian hubs.
When is Perth best for early-start remote meetings?
Afternoon meetings in Perth often overlap with mornings in Europe and late night in the Americas, which can be ideal for cross-continent syncs.
Which official zone identifier should developers use for Perth?
Developers generally use IANA's 'Australia/Perth' timezone identifier to correctly target this location in their applications.
What's fun or unique about Perth's time zone consistency?
Many locals joke that they never waste an hour 'falling back' or 'springing forward', which simplifies scheduling but keeps them a step out of sync with the east coast.

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