This document explains how to automate adjusting your servers' time through Network Time Protocol (NTP). Server time synchronization prevents various errors that you are likely to run into unless your servers' time is correct. Automation of server time synchronization is implemented through setting up crontab task for your NTP client.
To automate adjustment of your servers' time through NTP:
crontab -e command to add an NTP cron task. # date syncronization
0 */4 * * * /usr/sbin/ntpdate ntps1-{0,1,2}.uni-erlangen.de