Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MakuSensei/a2523207b28b2abccbf276e8a3a12bfa to your computer and use it in GitHub Desktop.

Select an option

Save MakuSensei/a2523207b28b2abccbf276e8a3a12bfa to your computer and use it in GitHub Desktop.
En linux:
timedatectl status | grep local
timedatectl set-local-rtc 1
"para revertirlo: timedatectl set-local-rtc 0"
Reiniciar
Despues en windows aplicar lo demas: tUtilizando regedit
añadir un valor DWORD con el parámetro hexadecimal 1 en el registro:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal
Reiniciar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment