estevaocm / bitkey

A self-contained read-only CD/USB stick with everything you need to perform highly secure air-gapped Bitcoin transactions. Offline cold storage made (slightly more) practical.
https://bitkey.io
23 stars 9 forks source link

Bitkey "online" change system time #13

Closed emartec closed 6 years ago

emartec commented 6 years ago

When loading BitKey using the online mode, the system time (bios) is updated to the UTC timezone. So, when I boot on windows after, my clock de-synchronized.

Try adding "UTC=no" to the "/etc/default/rcS" file:

https://askubuntu.com/questions/169376/clock-time-is-off-on-dual-boot

estevaocm commented 6 years ago

Fix commited.

emartec commented 6 years ago

For anyone having this issue, the recommended fix is to force your Windows system to consider the system clock as UTC. https://wiki.archlinux.org/index.php/time

Quickly, create a ".reg" file with this content and merge it in the registry:

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] "RealTimeIsUniversal"=dword:00000001