1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

Merge branch 'linux-timedatectl' of git://github.com/maonx/tldr into maonx-linux-timedatectl

This commit is contained in:
Igor Shubovych 2016-01-03 14:37:41 +02:00
commit 7b7af97229

View 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}}`