Here’s way to change timezone on CentOS.
- Access to SSH through root account.
- Check timezone setting using
date
command. - Check the timezone list using
timedatectl list-timezones
command. - Change timezone, for example.
timedatectl set-timezone America/New_York
- Check if that applied using
date
command again.