To list all available time zones, you can either list the files in the /usr/share/zoneinfo
the directory or invoke the timedatectl
command with the list-timezones
option:
timedatectl list-timezones
For instance, to change the system’s timezone to America/New_York
:
sudo timedatectl set-timezone America/New_York