×

注意!页面内容来自https://www.timezone-map.com/country-australia,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<>[v-cloak]{display:contents!important}
<> /* 移动端图标修复 - 仅在屏幕宽度 ≤768px 时生效 */ @media (max-width: 768px) { #menu-icon { min-width: 2.5rem !important; min-height: 2.5rem !important; max-width: 2.5rem !important; max-height: 2.5rem !important; width: 2.5rem !important; height: 2.5rem !important; flex-shrink: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; box-sizing: border-box !important; } #menu-icon svg { width: 1.5rem !important; height: 1.5rem !important; flex-shrink: 0 !important; display: block !important; margin: 0 !important; } /* 强制图标和文字在同一行显示 */ .flex.items-center.space-x-3.group { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; flex-wrap: nowrap !important; } }

Australia Current Time & Time Zone Map & Time Zone

Live time zones for all Australian states and territories

Australia Time Zone Map

Australian Western Time

UTC+08:00 (AWSTyear round)

16:24:27

TuesdayMay 122026

Example city: Perth

Northern Territory Time

UTC+09:30 (ACSTyear round)

17:54:27

TuesdayMay 122026

Example city: Darwin

Australian South Time

UTC+09:30 (ACST)

17:54:27

TuesdayMay 122026

Example city: Adelaide

Queensland Time

UTC+10:00 (AESTyear round)

18:24:27

TuesdayMay 122026

Example city: Brisbane

New South Wales Time

UTC+10:00 (AEST)

18:24:27

TuesdayMay 122026

Example city: Sydney

1. How Many Time Zones Does Australia Have?

Australia spans 5 standard offsets: UTC+08:00 (AWST)UTC+09:30 (ACST)UTC+10:00 (AEST) plus UTC+09:45 (ACWSTunofficial in WA) and UTC+08:45 used locally in a small WA/SA region.

2. Australia Time Zones (Map Reference)

Australian Western Standard Time (AWST)

Standard: UTC+08:00 — Australian Western (year‑round).

Australian Central Standard/Daylight Time (ACST/ACDT)

Standard: UTC+09:30; DST: UTC+10:30 — Australian South and Broken HillNSW. Northern Territory remains on ACST year‑round.

Australian Eastern Standard/Daylight Time (AEST/AEDT)

Standard: UTC+10:00; DST: UTC+11:00 — New South Wales (except Broken Hill)VictoriaTasmaniaACT. Queensland stays on AEST year‑round.

3. Daylight Saving Time schedule (Australia)

Begins on the first Sunday in October at 2:00 a.m. local standard time (clocks move forward to 3:00 a.m.).

Ends on the first Sunday in April at 3:00 a.m. local daylight time (clocks move back to 2:00 a.m.).

Observed by NSWVICTASACTand SA. QLDWAand the NT do not observe DST.

4. History of Australia Time Zones

Australia standardized time zones in the early 20th century. DST usage has varied by state over time; the current pattern has been stable for decades.

5. Learn More About Australia Time Zones

Time in Australia - Wikipedia (opens in new tab)
<> /* 移动端图标修复 - 仅在屏幕宽度 ≤768px 时生效 */ @media (max-width: 768px) { #footer-icon { min-width: 2.5rem !important; min-height: 2.5rem !important; max-width: 2.5rem !important; max-height: 2.5rem !important; width: 2.5rem !important; height: 2.5rem !important; flex-shrink: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; box-sizing: border-box !important; } #footer-icon svg { width: 1.5rem !important; height: 1.5rem !important; flex-shrink: 0 !important; display: block !important; margin: 0 !important; } /* 强制图标和文字在同一行显示 */ .flex.items-center.space-x-3.mb-4 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; flex-wrap: nowrap !important; } /* 修复Tools部分的flex布局问题 - 覆盖us_time.php中的.flex规则 */ footer .flex.items-center.space-x-2 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; flex-wrap: nowrap !important; } } /* PC端布局修复 - 确保三列布局正确显示,Tools居中 */ @media (min-width: 768px) { /* 确保PC端显示为三列布局,中间列居中 */ footer .max-w-7xl .grid { grid-template-columns: 1fr auto 1fr !important; gap: 2rem !important; display: grid !important; align-items: start !important; } /* 确保Brand section占左列 */ footer .max-w-7xl .col-span-1 { grid-column: 1 !important; justify-self: start !important; } /* Tools section居中 */ footer .max-w-7xl .grid > div:nth-child(2) { grid-column: 2 !important; justify-self: center !important; text-align: center !important; } /* Tools列表项左对齐,与Tools标题左边缘对齐 */ footer .max-w-7xl .grid > div:nth-child(2) ul { display: inline-block !important; text-align: left !important; margin: 0 !important; padding: 0 !important; list-: none !important; } /* Time Zone Map section占右列 */ footer .max-w-7xl .grid > div:nth-child(3) { grid-column: 3 !important; justify-self: end !important; text-align: right !important; } /* Time Zone Map列表项样式 */ footer .max-w-7xl .grid > div:nth-child(3) ul { list-: none !important; } /* 确保所有footer内的flex元素保持flex布局 */ footer .flex { display: flex !important; } /* 确保footer中所有ul都不显示圆点 */ footer ul { list-: none !important; } } /* 小屏幕布局修复 - 屏幕宽度 ≤767px 时让Tools和Popular Countries水平排列 */ @media (max-width: 767px) { /* 使用更具体的选择器来确保覆盖 */ footer .max-w-7xl .grid { grid-template-columns: 1fr 1fr !important; gap: 1rem !important; display: grid !important; } /* 确保Brand section仍然占满宽度 */ footer .max-w-7xl .col-span-1 { grid-column: 1 / -1 !important; margin-bottom: 1rem !important; } /* 备用选择器 - 直接针对grid元素 */ .grid.grid-cols-1 { grid-template-columns: 1fr 1fr !important; gap: 1rem !important; } /* 强制覆盖任何可能的flex干扰 */ footer .grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1rem !important; } /* 确保所有footer内的flex元素保持flex布局 */ footer .flex { display: flex !important; } /* 确保footer中所有ul都不显示圆点 */ footer ul { list-: none !important; } } <> /* 终极Footer底部响应式布局修复 - 最高优先级 */ /* 移动端 (<1024px):垂直居中排列 */ @media (max-width: 1023px) { /* 主容器强制垂直排列 */ #footer-bottom-container, footer .pt-8.border-t.border-slate-200 > div.flex.flex-col.md\:flex-row.items-center.justify-between.space-y-4.md\:space-y-0, footer .pt-8.border-t.border-slate-200 > div { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 1rem !important; text-align: center !important; width: 100% !important; margin: 0 !important; padding: 0 !important; } /* 确保每个子元素内部的图标和文字水平对齐 */ #footer-bottom-container .flex.items-center, footer .pt-8.border-t.border-slate-200 .flex.items-center { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; gap: 0.5rem !important; flex-wrap: nowrap !important; } /* 隐藏移动端的分隔符 */ #footer-bottom-container .hidden.md\:block, footer .hidden.md\:block { display: none !important; } /* 强制覆盖Tailwind的md:flex-row */ #footer-bottom-container.md\:flex-row { flex-direction: column !important; } /* 移除右侧margin */ #footer-bottom-container > div:last-child { margin-left: 0 !important; } } /* 桌面端 (≥1024px):水平排列 */ @media (min-width: 1024px) { #footer-bottom-container, footer .pt-8.border-t.border-slate-200 > div.flex.flex-col.md\:flex-row.items-center.justify-between.space-y-4.md\:space-y-0, footer .pt-8.border-t.border-slate-200 > div { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 0 !important; width: 100% !important; } /* 确保桌面端子元素正确排列 */ #footer-bottom-container .flex.items-center, footer .pt-8.border-t.border-slate-200 .flex.items-center { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 1rem !important; } /* 恢复桌面端的分隔符 */ #footer-bottom-container .hidden.md\:block, footer .hidden.md\:block { display: block !important; } } <>@media (max-width: 1023px) { #footer-bottom-containerfooter .pt-8.border-t.border-slate-200 > div { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 1rem !important; text-align: center !important; width: 100% !important; margin: 0 !important; padding: 0 !important; } #footer-bottom-container .flex.items-centerfooter .pt-8.border-t.border-slate-200 .flex.items-center { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; gap: 0.5rem !important; flex-wrap: nowrap !important; } #footer-bottom-container .hidden.md\:blockfooter .hidden.md\:block { display: none !important; } #footer-bottom-container.md\:flex-row { flex-direction: column !important; } #footer-bottom-container > div:last-child { margin-left: 0 !important; } } @media (min-width: 1024px) { #footer-bottom-containerfooter .pt-8.border-t.border-slate-200 > div { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 0 !important; width: 100% !important; } #footer-bottom-container .flex.items-centerfooter .pt-8.border-t.border-slate-200 .flex.items-center { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 1rem !important; } #footer-bottom-container .hidden.md\:blockfooter .hidden.md\:block { display: block !important; } }

Australia Current Time & Time Zone Map & Time Zone

Live time zones for all Australian states and territories

Australia Time Zone Map

Australian Western Time

UTC+08:00 (AWST,year round)

16:24:27

TuesdayMay 122026

Example city: Perth

Northern Territory Time

UTC+09:30 (ACST,year round)

17:54:27

TuesdayMay 122026

Example city: Darwin

Australian South Time

UTC+09:00 (ACST)

17:54:27

TuesdayMay 122026

Example city: Adelaide

Queensland Time

UTC+10:00 (AEST,year round)

18:24:27

TuesdayMay 122026

Example city: Brisbane

New South Wales Time

UTC+11:00 (AEST)

18:24:27

TuesdayMay 122026

Example city: Sydney

1. How Many Time Zones Does Australia Have?

Australia spans 5 standard offsets: UTC+08:00 (AWST)UTC+09:30 (ACST)UTC+10:00 (AEST) plus UTC+09:45 (ACWSTunofficial in WA) and UTC+08:45 used locally in a small WA/SA region.

2. Australia Time Zones (Map Reference)

Australian Western Standard Time (AWST)

Standard: UTC+08:00 — Australian Western (year‑round).

Australian Central Standard/Daylight Time (ACST/ACDT)

Standard: UTC+09:30; DST: UTC+10:30 — Australian South and Broken HillNSW. Northern Territory remains on ACST year‑round.

Australian Eastern Standard/Daylight Time (AEST/AEDT)

Standard: UTC+10:00; DST: UTC+11:00 — New South Wales (except Broken Hill)VictoriaTasmaniaACT. Queensland stays on AEST year‑round.

3. Daylight Saving Time schedule (Australia)

Begins on the first Sunday in October at 2:00 a.m. local standard time (clocks move forward to 3:00 a.m.).

Ends on the first Sunday in April at 3:00 a.m. local daylight time (clocks move back to 2:00 a.m.).

Observed by NSWVICTASACTand SA. QLDWAand the NT do not observe DST.

4. History of Australia Time Zones

Australia standardized time zones in the early 20th century. DST usage has varied by state over time; the current pattern has been stable for decades.

5. Learn More About Australia Time Zones

Time in Australia - Wikipedia (opens in new tab)
<> /* 移动端图标修复 - 仅在屏幕宽度 ≤768px 时生效 */ @media (max-width: 768px) { #footer-icon { min-width: 2.5rem !important; min-height: 2.5rem !important; max-width: 2.5rem !important; max-height: 2.5rem !important; width: 2.5rem !important; height: 2.5rem !important; flex-shrink: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; box-sizing: border-box !important; } #footer-icon svg { width: 1.5rem !important; height: 1.5rem !important; flex-shrink: 0 !important; display: block !important; margin: 0 !important; } /* 强制图标和文字在同一行显示 */ .flex.items-center.space-x-3.mb-4 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; flex-wrap: nowrap !important; } /* 修复Tools部分的flex布局问题 - 覆盖us_time.php中的.flex规则 */ footer .flex.items-center.space-x-2 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; flex-wrap: nowrap !important; } } /* PC端布局修复 - 确保三列布局正确显示,Tools居中 */ @media (min-width: 768px) { /* 确保PC端显示为三列布局,中间列居中 */ footer .max-w-7xl .grid { grid-template-columns: 1fr auto 1fr !important; gap: 2rem !important; display: grid !important; align-items: start !important; } /* 确保Brand section占左列 */ footer .max-w-7xl .col-span-1 { grid-column: 1 !important; justify-self: start !important; } /* Tools section居中 */ footer .max-w-7xl .grid > div:nth-child(2) { grid-column: 2 !important; justify-self: center !important; text-align: center !important; } /* Tools列表项左对齐,与Tools标题左边缘对齐 */ footer .max-w-7xl .grid > div:nth-child(2) ul { display: inline-block !important; text-align: left !important; margin: 0 !important; padding: 0 !important; list-: none !important; } /* Time Zone Map section占右列 */ footer .max-w-7xl .grid > div:nth-child(3) { grid-column: 3 !important; justify-self: end !important; text-align: right !important; } /* Time Zone Map列表项样式 */ footer .max-w-7xl .grid > div:nth-child(3) ul { list-: none !important; } /* 确保所有footer内的flex元素保持flex布局 */ footer .flex { display: flex !important; } /* 确保footer中所有ul都不显示圆点 */ footer ul { list-: none !important; } } /* 小屏幕布局修复 - 屏幕宽度 ≤767px 时让Tools和Popular Countries水平排列 */ @media (max-width: 767px) { /* 使用更具体的选择器来确保覆盖 */ footer .max-w-7xl .grid { grid-template-columns: 1fr 1fr !important; gap: 1rem !important; display: grid !important; } /* 确保Brand section仍然占满宽度 */ footer .max-w-7xl .col-span-1 { grid-column: 1 / -1 !important; margin-bottom: 1rem !important; } /* 备用选择器 - 直接针对grid元素 */ .grid.grid-cols-1 { grid-template-columns: 1fr 1fr !important; gap: 1rem !important; } /* 强制覆盖任何可能的flex干扰 */ footer .grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1rem !important; } /* 确保所有footer内的flex元素保持flex布局 */ footer .flex { display: flex !important; } /* 确保footer中所有ul都不显示圆点 */ footer ul { list-: none !important; } } <> /* 终极Footer底部响应式布局修复 - 最高优先级 */ /* 移动端 (<1024px):垂直居中排列 */ @media (max-width: 1023px) { /* 主容器强制垂直排列 */ #footer-bottom-container, footer .pt-8.border-t.border-slate-200 > div.flex.flex-col.md\:flex-row.items-center.justify-between.space-y-4.md\:space-y-0, footer .pt-8.border-t.border-slate-200 > div { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 1rem !important; text-align: center !important; width: 100% !important; margin: 0 !important; padding: 0 !important; } /* 确保每个子元素内部的图标和文字水平对齐 */ #footer-bottom-container .flex.items-center, footer .pt-8.border-t.border-slate-200 .flex.items-center { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; gap: 0.5rem !important; flex-wrap: nowrap !important; } /* 隐藏移动端的分隔符 */ #footer-bottom-container .hidden.md\:block, footer .hidden.md\:block { display: none !important; } /* 强制覆盖Tailwind的md:flex-row */ #footer-bottom-container.md\:flex-row { flex-direction: column !important; } /* 移除右侧margin */ #footer-bottom-container > div:last-child { margin-left: 0 !important; } } /* 桌面端 (≥1024px):水平排列 */ @media (min-width: 1024px) { #footer-bottom-container, footer .pt-8.border-t.border-slate-200 > div.flex.flex-col.md\:flex-row.items-center.justify-between.space-y-4.md\:space-y-0, footer .pt-8.border-t.border-slate-200 > div { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 0 !important; width: 100% !important; } /* 确保桌面端子元素正确排列 */ #footer-bottom-container .flex.items-center, footer .pt-8.border-t.border-slate-200 .flex.items-center { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 1rem !important; } /* 恢复桌面端的分隔符 */ #footer-bottom-container .hidden.md\:block, footer .hidden.md\:block { display: block !important; } }