Skip to content

notifier: fix reboot scheduling at ends of months

Michal Vasilek requested to merge notifier-schedule-reboot-end-of-month into master

Previously we were just adding n days to the date string which didn't work at the end of the month. This caused the notification about the reboot to not contain the date of the scheduled reboot. Calculating with unix time is much more reliable.

This solution was proposed by @lathama in #10 (comment 261465)

Closes #10 (closed)

Merge request reports

Loading