Use local time

I 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!



Leave a comment