Server: CentOS 5.2 with Logwatch 7.3-8.el5
I have a cronjob setup to run logwatch at 10:45pm daily. The cron runs and I get the logwatch email, but it's running at 4:30am. My server's time is behind by 30mins but that doesn't explain the hours delay.
crontab -e shows:
45 22 * * * /usr/sbin/logwatch
I do have other cronjobs but logwatch is the first, all others are after it at 1am, 2am, 4am, 5am and 5:05am.
Any ideas why the time is well out? Thanks