mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 19:17:57 +01:00
Linting
This commit is contained in:
parent
4dd3101162
commit
5d39eadde1
1 changed files with 19 additions and 1 deletions
|
@ -1 +1,19 @@
|
|||
# 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}}`
|
||||
# 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…
Reference in a new issue