How do I set a time zone for a crontab?
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.
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.