mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
timedatectl: add page
This commit is contained in:
parent
fc146b135a
commit
c4d1f7e7e2
1 changed files with 1 additions and 0 deletions
1
pages/linux/timedatectl.md
Normal file
1
pages/linux/timedatectl.md
Normal file
|
@ -0,0 +1 @@
|
|||
# timedatectl
> Control the system time and date
- To check the current system clock time
`timedatectl`
- To set the local time of the system clock directly
`timedatectl set-time {{"yyyy-MM-dd hh:mm:ss"}}`
- To list available timezones
`timedatectl list-timezones`
- To change timezones
`timedatectl set-timezone {{timezone}}`
|
Loading…
Add table
Reference in a new issue