Understand croniter's range and Sunday deviations
mainCroniter implements several deviations from the standard cron specification:
- Lax Ranges: Ranges can be defined in reverse (e.g.,
Apr-Janmeans April through January). If a step/is provided, it is respected. - Equal Bounds: A range where both bounds are equal (e.g.,
JAN-JANorSUN-SUN) represents the whole cycle of that field, not just the single value. - Sunday Support:
SUNDAYcan be expressed as7(e.g.,0 0 * * 7or6-7).