up vote 3 down vote favorite
1
share [g+] share [fb]

I would like to use UTC for the scheduling times in a crontab for a single user, regardless of the current time zone of the server. How do I do this on Debian Etch?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

you can set the variable TZ in /etc/default/cron. but this is the timezone for all crontabs.

another alternative is using fcron. the documentation shows an option to set the timezone in each crontab.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.