Last active
August 30, 2016 13:36
-
-
Save MakuSensei/a2523207b28b2abccbf276e8a3a12bfa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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