Hi,
I have a 266 iMac running OS 10.2.8. Up until December 1st everything was great. I have a Cron job run a script every morning at 8 AM. The lines in my cron file are:
0 8 * * * * ./script.pl
So, until Dec 1st, everything was great.
Then, on the 2nd, and 3rd, the script did not run. This script emails me depending on its outcome, so I didn't realize that the script was not working. When it was finally realized on the 4th that it wasn't working, I ran it manually, and that was fine. But, now, even though the cron file is unchanged, it runs at 3 AM. I've checked the Time zone, date, time, everything, they're all correct. What is going on?
Thanks,
gabe