To set timezones in linux, you can do the following. First, list the timezones available:
timedatectl list-timezonesThen, set the timzone with the following command:
sudo timedatectl set-timezone America/Los_AngelesTo check that the timezone change was correct, use the following command:
timedatectl