Examples (7)
Check the current system clock time
Set the local time of the system clock directly
timedatectl set-time "yyyy-MM-dd hh:mm:ss"List available timezones
timedatectl list-timezonesSet the system timezone
timedatectl set-timezone timezoneEnable Network Time Protocol (NTP) synchronization
timedatectl set-ntp onShow information about time synchronization (only available when using `systemd-timesyncd`)
timedatectl timesync-statusChange the hardware clock time standard to localtime
timedatectl set-local-rtc 1made by @shridhargupta | data from tldr-pages