If I try to set timezone in cron config (as non-parametrized cron config):
TZ=Europe/Madrid
34 13 * * * % VAR=value
I get a java exception trying to apply job config.
How could I set timezone ¡? (Difference between my timezone and default one (UTC) is variable)
If I try to set timezone in cron config (as non-parametrized cron config):
TZ=Europe/Madrid34 13 * * * % VAR=valueI get a java exception trying to apply job config.
How could I set timezone ¡? (Difference between my timezone and default one (UTC) is variable)