Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kerenren/33bae8699609ad87ce26202a0911b22a to your computer and use it in GitHub Desktop.
Save kerenren/33bae8699609ad87ce26202a0911b22a to your computer and use it in GitHub Desktop.
[Linux]
//set the hardware clock
sudo hwclock --set --date="2020-04-28 18:07:50"
// syncronise the system clock to the hardware clock
sudo hwclock -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment