Kiểm tra ngày giờ hệ thống 
ls /usr/share/zoneinfo/
sudo unlink /etc/localtime
sudo ln -s /usr/share/zoneinfo/Etc/JST /etc/localtime
Cập nhật giờ hệ thống với ntpd (Network Time Protocol Daemon)yum install ntp
chkconfig ntpd on
ntpdate pool.ntp.org
service ntpd start
Tham khảo
- en.wikipedia.org/wiki/Network_Time_Protocol
- thegeekstuff.com/2010/09/change-timezone-in-linux/
- unix.stackexchange.com/questions/110522/timezone-setting-in-linux
- serverfault.com/questions/368602/how-do-i-update-a-centos-servers-time-from-an-authoritative-time-server
- access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-services-chkconfig.html