Running Windows 11 Pro (23H2)
Upon system start, the timezone was set to Beijing (UTC+8) instead of the locale Pacific (UTC-8). To fix this issue, follow the steps below to turn on "Set timezone automatically".
Steps to Turn on "Set timezone automatically"
- Click on the Start button or press the Windows key on your keyboard.
- Type "Time & Language" in the search bar and click on the top result.
- In the "Time & Language" settings, click on "Date & Time" from the left-hand menu.
- Under "Set the time automatically", toggle the switch to turn it on.
Codeblock (Example in PowerShell)
Set-TimeZone -Id Beijing
References
- Microsoft Docs: Set-TimeZone
- Windows Central: How to set the time zone in Windows 11