Files
dotfiles/memo/fix-windows-time-skew.md
2025-11-13 15:15:52 +01:00

480 B

from linux-surface wiki

Setting your clock to localtime to fix dual-boot time skew

Windows stores the hardware clock as localtime, whereas Linux and other OS-es typically use UTC. When dual-booting this can cause the time to skew. The easiest way to fix this is by configuring Linux to use localtime:

sudo timedatectl set-local-rtc 1
sudo hwclock --systohc --localtime