Last active
October 10, 2019 22:34
-
-
Save constrict0r/6d5c0d09843b24ab9cd8871c117e2156 to your computer and use it in GitHub Desktop.
Set date from terminal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date -s '2019-10-09' | |
date -s '20:09:00' | |
# Or | |
sudo hwclock --hctosys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment