This package offers a method of parsing crontab schedule entries and
determining when an item should next be run. More specifically, it
calculates a delay in seconds from when the .next() method is called
to when the item should next be executed.
Provides
Requires
License
LGPL-2.1-only
Changelog
* Sat Jul 12 2025 Dirk Müller <dmueller@suse.com>
- update to 1.0.5:
* [added] the ability to use z0 as last day of the month, z1
for the day before the last day of the month, up to z7 for
7 days before the last day of the month.
* Mon Jun 16 2025 Steve Kowalik <steven.kowalik@suse.c