Skip to content
Home » DB_CREATE_ONLINE_LOG_DEST_2 » How Linux Set Time Zone

How Linux Set Time Zone

If you found the current time zone is not accurate after checking OS current time zone in Linux, you might like to change it.

Here are steps to set timezone in Linux:

  1. Login as root.
  2. Check all valid time zones in Linux and choose one.
  3. Set correct time zone by command timedatectl.
[root@test ~]# timedatectl set-timezone 'America/Los_Angeles'
[root@test ~]# timedatectl | grep "Time zone"
                Time zone: America/Los_Angeles (PDT, -0700)

Done!

Leave a Reply

Your email address will not be published. Required fields are marked *