As option you can periodically synchronize system clock to HW RTC.
Set the correct system clock:
Code:
sudo ntpdate -u pool.ntp.org
Set hardware clock from system clock:
Edit system crontab file:
Add this line to update system clock from hardware clock each 5 minutes:
Code:
*/5 * * * * /sbin/hwclock -s