Actions
Feature #25646
closedtx_scheduler_CronCmd does not correctly parse combined values for day of week
Start date:
2010-01-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Problem:
Day of month value of cron command currently only parses a single integer value.
Day of month value of cron command currently only parses a single integer value.
- * * * 1,2 should match every monday and tuesday of the month
- * * * 1-5 should match every weekday
- * * * 1-5/2 should match Tuesday and Thursday
- * * * 1-2,4,*/7 should match Monday, Tuesday, Thursday and Sunday
(issue imported from #M13195)
Actions