Install ntpdate
yum install ntp
Sync with Hong Kong Observatory
ntpdate stdtime.gov.hk
Write the time to BIOS
hwclock -w
Set a cron job to sync the time automatically
10 4 * * * root (/usr/sbin/ntpdate stdtime.gov.hk && /sbin/hwclock -w) &> /dev/null