update timezone on Windows RDS server

run “cmd” with Administrator permission

list current timezone on local machine

C:\Windows\system32>tzutil /g
Pacific Standard Time
C:\Windows\system32>

List all available timezone

C:\Windows\system32>tzutil /l
(UTC-12:00) International Date Line West
Dateline Standard Time

(UTC-11:00) Coordinated Universal Time-11
UTC-11

(UTC-10:00) Aleutian Islands
Aleutian Standard Time

update timezone to correct only

C:\Windows\system32>tzutil /s “AUS Eastern Standard Time”

C:\Windows\system32>

verify the change

C:\Windows\system32>tzutil /g
AUS Eastern Standard Time
C:\Windows\system32>