Skip to content

Instantly share code, notes, and snippets.

@thiago-vieira
Created August 7, 2022 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiago-vieira/533b8314dc3bbbe4513c96be32593e4e to your computer and use it in GitHub Desktop.
Save thiago-vieira/533b8314dc3bbbe4513c96be32593e4e to your computer and use it in GitHub Desktop.
Fazendo o Windows usar o mesmo horário que o Linux
# executar no cmd ou PowerShell como administrador
Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment