From 5d39eadde1484007c61cf0e6588c790121e6e486 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Sun, 3 Jan 2016 14:45:57 +0200 Subject: [PATCH] Linting --- pages/linux/timedatectl.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pages/linux/timedatectl.md b/pages/linux/timedatectl.md index 1327cf66fe..7d720139e4 100644 --- a/pages/linux/timedatectl.md +++ b/pages/linux/timedatectl.md @@ -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}}` \ No newline at end of file +# 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}}`