Displaying the current timezone
timedatectl status
Listing the available timezones
timedatectl list-timezones
Changing the active timezone
sudo timedatectl set-timezone <TIMEZONE>
Example
Use the following command to change the timezone to Pacific/Auckland:
sudo timedatectl set-timezone Pacific/Auckland
Leave a Reply