The simple answer:
To see current timezone:
timedatectl
To list all possible timezones:
timedatectl list-timezones
To set your specific timezone:
timedatectl set-timezone America/Sao_Paulo
To verify if the changes were applied:
timedatectl
Then:
reboot