The first step is to get a list of timezones:
timedatectl list-timezonesOnce you have identified your timezone, simply run the following:
sudo timedatectl set-timezone your_time_zoneAn example, to set your timezone to Africa/Johannesburg, run the following:
sudo timedatectl set-timezone Africa/Johannesburg