
timedatectl
List of commands for timedatectl:
-
timedatectl:ai:3f55d synchronized NTP service$ timedatectl statustry on your machineexplain this command
-
timedatectl:tldr:2e10d timedatectl: Check the current system clock time.$ timedatectltry on your machineexplain this command
-
timedatectl:tldr:5d197 timedatectl: Change the hardware clock time standard to localtime.$ timedatectl set-local-rtc 1try on your machineexplain this command
-
timedatectl:tldr:67867 timedatectl: List available timezones.$ timedatectl list-timezonestry on your machineexplain this command
-
timedatectl:tldr:7b149 timedatectl: Enable Network Time Protocol (NTP) synchronization.$ timedatectl set-ntp ontry on your machineexplain this command
-
timedatectl:tldr:8bc2e timedatectl: Set the local time of the system clock directly.$ timedatectl set-time "${yyyy-MM-dd hh:mm:ss}"try on your machineexplain this command
-
timedatectl:tldr:ad31e timedatectl: Set the system timezone.$ timedatectl set-timezone ${timezone}try on your machineexplain this command