Use cron to sync time using ntp
Sync the Time once a day at 2.00
`0 2 * * * /usr/sbin/ntpdate -s -b -p 8 -u```
or
0 2 * * * /usr/sbin/ntpdate -s -b -p 8 -u 0.us.pool.ntp.org
Sync the Time once a day at 2.00
`0 2 * * * /usr/sbin/ntpdate -s -b -p 8 -u```
or
0 2 * * * /usr/sbin/ntpdate -s -b -p 8 -u 0.us.pool.ntp.org