mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:26:01 +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:
parent
10fc844c6f
commit
2506f957c1
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
||||||
- Enable Network Time Protocol (NTP) synchronization:
|
- Enable Network Time Protocol (NTP) synchronization:
|
||||||
|
|
||||||
`timedatectl set-ntp on`
|
`timedatectl set-ntp on`
|
||||||
|
|
||||||
|
- Change the hardware clock time standard to localtime:
|
||||||
|
|
||||||
|
`timedatectl set-local-rtc 1`
|
||||||
|
|
Loading…
Add table
Reference in a new issue