1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:26:04 +02:00

timedatectl: Add command to set hardware clock to use localtime (#8605)

* Add GNU Octave page

* Change link to documentation

* Change hwclock to localtime

* Delete octave.md

* Update timedatectl.md
This commit is contained in:
Joel Tony 2022-10-02 00:54:12 +05:30 committed by GitHub
parent 10fc844c6f
commit 2506f957c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,7 @@
- Enable Network Time Protocol (NTP) synchronization:
`timedatectl set-ntp on`
- Change the hardware clock time standard to localtime:
`timedatectl set-local-rtc 1`