Change the time zone on an Amazon Linux 2 instance

George Tseng
Jan 26, 2023

Following steps show you how to change time zone.

  1. View the system’s current time zone setting.
[ec2-user ~]$ timedatectl

2. List the available time zones.

[ec2-user ~]$ timedatectl list-timezones

3. Set the chosen time zone.

[ec2-user ~]$ sudo timedatectl set-timezone America/Vancouver

Done

--

--

George Tseng

An application developer with extensive experience and enthusiastic about new tech currently working in IT Department of a manufacture company.