From c4d1f7e7e2c60a7d7345cadcbbca136112580493 Mon Sep 17 00:00:00 2001 From: Maonx Date: Sun, 3 Jan 2016 15:15:37 +0800 Subject: [PATCH] timedatectl: add page --- pages/linux/timedatectl.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 pages/linux/timedatectl.md diff --git a/pages/linux/timedatectl.md b/pages/linux/timedatectl.md new file mode 100644 index 0000000000..1327cf66fe --- /dev/null +++ b/pages/linux/timedatectl.md @@ -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}}` \ No newline at end of file