By default in Suse Linux Enterprise Server 10 the first cronjob will run 15 minutes after the system boots. Therefore you never know when your hourly/daily/weekly/monthly jobs will run.
To change the time your daily cron will run, edit the file:
/etc/sysconfig/cron
and add or modify the following line:
DAILY_TIME=”"
to:
DAILY_TIME=”03:00″
... read more >>> barryantenbrink.wordpress.com