Actualización de OpenSuse 42.x:
/ etc / crontab muestra un archivo / usr / lib / cron / run-crons que se supone que se ejecuta cada 15 minutos.
/ usr / lib / cron / run-crons a su vez (tiene muchas líneas de código) que está buscando una variable llamada DAILY_TIME en / etc / sysconfig / cron
El archivo muestra;
# At which time cron.daily should start. Default is 15 minutes after booting
# the system. Example setting would be "14:00".
# Due to the fact that cron script runs only every 15 minutes,
# it will only run on xx:00, xx:15, xx:30, xx:45, not at the accurate time
# you set.
DAILY_TIME=""
Ajústelo a la hora que necesite y reinicie cron vía;
systemctl restart cron.service