Questions & AnswersCategory: LinuxChanging the Timezone Using the timedatectl Command in Ubuntu
Sudha asked 1 year ago

To list all available time zones, you can either list the files in the /usr/share/zoneinfo the directory or invoke the timedatectl command with the list-timezones option:

timedatectl list-timezones

For instance, to change the system’s timezone to America/New_York:

sudo timedatectl set-timezone America/New_York

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.