Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# timedatectl
> Control the system time and date
> Control the system time and date.
- To check the current system clock time
- To check the current system clock time:
`timedatectl`
- To set the local time of the system clock directly
- To set the local time of the system clock directly:
`timedatectl set-time {{"yyyy-MM-dd hh:mm:ss"}}`
- To list available timezones
- To list available timezones:
`timedatectl list-timezones`
- To change timezones
- To change timezones:
`timedatectl set-timezone {{timezone}}`