How To Synchronize The Clock on Linux /Cent OS Server
The system clock with an NTP (network time protocol) server over the Internet you can easily run below command and synchronize the clock on your linux server.
#yum -y install ntp
and your system time will always be in sync.