Adjusting Cron Node Timezone

In short I setup my cron jobs using the web interface and I got the format correct but it’s respecting UTC time even though the server time is EST (-5) how can I change the timezone for Cron Node to respect? If I can’t I can just offset my jobs I’d just rather have everything respecting system time if possible.

You should adjust the timezone via this command as root:

dpkg-reconfigure tzdata

Then cron jobs (and everything else) should occur at the correct time.

1 Like