SUMMARY: cron using UTC w/o resetting system timezone?

2007-12-25 1:34:00

Thanks to everyone who replied!

The "TZ" variable just needs to be set before cron is invoked, by e.g.
editing /etc/init.d/cron and adding :

TZ=UTC
export TZ

At the top, and restarting cron using the init script.

Thanks,
Rob Helmer

Comments

Got something to say?

You must be logged in to post a comment.