Cron expression field expansion rules
mainThe parser applies the following rules when interpreting the number of fields provided:
- 6 fields: A
0second field is prepended. (e.g.,* * * * * 2013becomes0 * * * * * 2013). - 5 fields: A
0second field is prepended and a wildcard year field is appended. (e.g.,* * * * Monbecomes0 * * * * Mon *). - Day of week domain: Supports
[0-7], where7is Sunday (matching0as Sunday) to comply with crontab standards.