Use local time
Posted: 2021-10-02 Filed under: system | Tags: hwclock, localtime, utc Leave a commentI dual-boot Linux and Windows. I want to make Linux use the local time from the BIOS, because this is what Windows uses. I searched around and all I found were tutorials for systemd
. This is useless for CRUX so I resorted to reading the manual…
man hwclock
It seems all I needed to do was open /etc/adjtime
and change the third row from UTC
to LOCAL
:
0.000000 1633206735 0.000000 1633206735 LOCAL
Reboot!