How To Change Timezone on a CentOS 6 and 7
You can change the timezone on a CentOS 6 and 7 system using the following steps: Determine the correct timezone: timedatectl list-timezones This will display a list of available timezones. Look for the timezone you want to use and make a note of its name. Change the timezone: sudo timedatectl set-timezone <Timezone_Name> Replace <Timezone_Name> with … Read more