To set timezones in linux, you can do the following. First, list the timezones available:

timedatectl list-timezones

Then, set the timzone with the following command:

sudo timedatectl set-timezone America/Los_Angeles

To check that the timezone change was correct, use the following command:

timedatectl