Sunday, February 12, 2023

Set time zone on Windows using PowerShell

Get-TimeZone

Set-TimeZone -Name 'Eastern Standard Time' -PassThru

Set-TimeZone -Name 'Coordinated Universal Time' -PassThru