Skip to content

Instantly share code, notes, and snippets.

@pastleo
Created February 4, 2018 09:05
Show Gist options
  • Save pastleo/2ce2d3c79dbc75cd521408e790131c0c to your computer and use it in GitHub Desktop.
Save pastleo/2ce2d3c79dbc75cd521408e790131c0c to your computer and use it in GitHub Desktop.
use utc on windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=hex(b):01,00,00,00,00,00,00,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment