timedatectl command on Linux (systemd timezone)
The timedatectl command on Linux is the tool that interacts with the Systemd service manager responsible for configuring of the Time Zone.
When executed without any parameters, it shows the Time Zone settings:
Time zone: America/Sao_Paulo (-03, 15:00)
Synchronized system clock: yes
NTP service: active
RTC in local TZ: no It can also be used to list the available timezones:
To change the Time Zone using timezonectl, simply use the “set-timezone” option followed by the name of the desired zone:
And then restart the Systemd timezone service:
Once this is done, the system date and time will change:
Time zone: America/Buenos_Aires (-03, 15:00)
Synchronized clock system: yes
NTP service: active
RTC in local TZ: no Learn much more about Linux in our online course. You can register here. If you already have an account, or want to create one, just log in or create your user here.
Did you like it?
Share