Oceania · Australia

Current time in Perth

Australian Western Standard Time.

AWST · UTC+08:00IANA: Australia/Perth31.95° S · 115.86° E
Current time☾ Night
03:56:31

Saturday, June 6, 2026

☾ NIGHT 07:1012:1517:19
Sunrise
07:10
Solar noon
12:15
Sunset
17:19

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.

Perth sits on Australia's west coast holding steady on AWST year-round, so remote teams never need to think about daylight saving curveballs—just the slow, sunlit rhythm of a city that starts early, finishes late, and lives outdoors.

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

How does Perth's lack of daylight saving affect scheduling?
Because Western Standard Time all year long means the offset never shifts, sunrise and sunset times stay predictable across Australia and teams only need mental arithmetic for one rule, not two seasonal ones.
What's unique about Perth's position in Australian webinars?
Perth wakes up when Australia's east coast is already working and much of Asia has stopped, making it a handy bridge for back-to-back calls before Europe even logs on.
Does the fixed offset simplify daily meetings?
Without daylight saving Perth repeats the same UTC+8 pattern every day, so recurring standups and sprints don't hiccup twice a year the way they might in cities that do spring forward.
How does sunrise timing help remote workers?
Perth's solar arcs give a bright early window for deep focus while many African and other folks are still grinding at their desks elsewhere.
Is Perth useful for back-office work days?
Because it overlaps well with Asia hours and is already on the clock by the time Sydney's and Brisbane's start coffee and codes, Perth can process overnight bursts from teams to run ops or crunch reports for the day.

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