Skip to main content

Ubuntu Time Zones

To check the current time zone set, run the following command:

timedatectl

To get a list of available time zones, run the following command:

timedatectl list-timezones

To set the timezone to one of the above time zones, run the following command (using Central time as an example):

timedatectl set-timezone America/Chicago