Skip to content

Instantly share code, notes, and snippets.

@dm0-
Created July 18, 2016 20:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dm0-/7b5d2f73fb31ea786bebd50156ad16bd to your computer and use it in GitHub Desktop.
Save dm0-/7b5d2f73fb31ea786bebd50156ad16bd to your computer and use it in GitHub Desktop.
Set Windows to expect UTC system time (save file, right-click, run as administrator)
reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment