Where is the timezone setting for the cron jobs? I have setup this job:
task-scheduler {
task backups {
crontab-spec "30 0 * * *"
executable {
path /config/scripts/backups.sh
}
}
Set to run at 00:30 (aka 12:30AM). I am in Mountain timezone. My system is set to mountain timezone:
~$ date
Wed 04 Jan 2023 09:54:46 PM MST
But, the cron job runs at 5:30PM MST every day. That is the time difference between me and UTC.