Mijn logwatch voor srv03 wordt om 4 uur 's middags steeds gestuurd ipv 4 uur 's ochtends, hoe los ik dat op?

Code:
[root@srv03 cron.daily]# date
Tue Dec 26 01:00:47 CET 2006
[root@srv03 cron.daily]#
Code:
 ################### LogWatch 4.3.2 (02/18/03) #################### 
       Processing Initiated: Sat Dec 23 04:02:01 2006
       Date Range Processed: yesterday
     Detail Level of Output: 0
          Logfiles for Host: srv03.xdomein.nl
 ################################################################
Code:
Received: (qmail 857 invoked by uid 110); 23 Dec 2006 16:03:49 +0100
Delivered-To: 312-xxx@xdomein.nl
Received: (qmail 845 invoked from network); 23 Dec 2006 16:03:46 +0100
Code:
[root@srv03 cron.daily]# ls /etc/cron.daily
00-logwatch  certwatch  logrotate        prelink  slocate.cron  tmpwatch
00webalizer  fw         makewhatis.cron  rpm      time
[root@srv03 cron.daily]# cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly

... some more lines