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