• Michal Vasilek's avatar
    notifier: fix reboot scheduling at ends of months · cfc0bddc
    Michal Vasilek authored
    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 Andrew Latham in #10 (comment 261465)
    cfc0bddc