Hello This may seem to be a very stupid question but my crontab is an hour out... if I type "date" from the shell I get: Sun Mar 18 04:13:25 gmt 2007
if I add a crontab entry such as * * * * * /bin/date >> /var/date.txt and then look at the resulting file it records: Sun Mar 18 03:12:01 UTC 2007 Sun Mar 18 03:13:01 UTC 2007 Sun Mar 18 03:14:01 UTC 2007 etc... How can I make cron take into account GMT and not UTC Thanks Chris
