This update fixes:
https://github.com/M0diis/SRV-Cron/issues/6
Which assumed "Sunday" is the first day of the week. It is configurable via
config.yml
Code (Text):
schedule:
# Controls numeric weekdays in expressions like: every day of week in 1,5 at 12:00
# Supported: monday-first (default, ISO), sunday-first (legacy), iso, legacy
weekday-numbering: monday-first
Additionally the code quality was overall improved.