If you want to know how to configure the Network Time Protocol service on CentOS, here you have:
# chkconfig ntpd on
# ntpdate pool.ntp.org
# /etc/init.d/ntpd start
If you have not installed ntp, then before the previous lines install it with:
# yum install ntp
Best regards,