Skip to content

Instantly share code, notes, and snippets.

@vishless
Last active July 15, 2022 09:44
Show Gist options
  • Save vishless/3ce755d860f80941a5f64182337fa75b to your computer and use it in GitHub Desktop.
Save vishless/3ce755d860f80941a5f64182337fa75b to your computer and use it in GitHub Desktop.
Fix wrong Time Displayed in Windows-Linux Dual Boot
// systemd
timedatectl set-local-rtc 1
// init
sudo hwclock --localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment