Release 4.0.27 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca
2023-12-04 07:00:39 -08:00
parent d58b27d5ef
commit ccda858b18
3 changed files with 10 additions and 5 deletions

View File

@@ -2000,12 +2000,13 @@ timer() {
fi
cron_parsed=0
done
set -x
local cron_future=$(date --date="${cron_next_year}-$(printf "%02d" ${cron_next_month})-$(printf "%02d" ${cron_next_day_of_month})T$(printf "%02d" ${cron_next_hour}):$(printf "%02d" ${cron_next_minute}):00" "+%s")
local cron_future_difference=$(( cron_future - cron_compare_seconds ))
time_cron=true
time_wait="${cron_future_difference}"
time_future="${cron_future}"
set +x
;;
datetime)
time_begin=$(date -d "${backup_job_backup_begin}" +%s)