bensofficial / StatusInformation

Automated sending of status information and the substitution plan for school
GNU General Public License v3.0
2 stars 0 forks source link

[BUG] Comparing dates with current date #3

Closed bensofficial closed 3 years ago

bensofficial commented 3 years ago

Due to GitHub Actions the system is executed at 7:00. If the DSBMobile substitution plan was not updated this day, the system sends the message from the day before again.

I expect that the system does not send the substitution plan tagged with 'today', instead it should compare the date of 'today' with the current date, and take 'tomorrow' if necessary.

bensofficial commented 3 years ago

I will investigate further issues and possible solutions as fast as I can.