Set Time Zone on CentOS 7 Rumi, January 14, 2020 Checking the Current Timezone In CentOS and other modern Linux distros, you can use the timedatectl command to display and set the current system’s time and timezone. timedatectl The output below shows that the system’s timezone is set to UTC: Local time: Wed 2019-02-06 22:43:42 UTC Universal time: Wed 2019-02-06… Continue Reading
Installing NTP Service and change timezone in CentOS 6 / CentOS 7 Rumi, August 30, 2019 Let’s install NTP service first: yum install ntp Configure NTP services by updating the following section (only if appropriate): nano /etc/ntp.conf And by commenting on the sections: # Use public servers from the pool.ntp.org project. # Please consider joining the pool (http://www.pool.ntp.org/join.html). #server 0.centos.pool.ntp.org iburst #server 1.centos.pool.ntp.org iburst #server 2.centos.pool.ntp.org… Continue Reading