Ubuntu Timezones
To check the current timezone set, run the following command:
timedatectl
To get a list of available timezones, run the following command:
timedatectl list-timezones
To set the timezone to one of the above timezones, run the following command (using Central time as an example):
timedatectl set-timezone America/Chicago