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)
Updated by Francois Suter almost 15 years ago
BTW note that day names should be supported too, as they are supported in the normal crontab. I'm not sure if they are supported both in short (e.g. "Mon") and long (e.g. "Monday") format.
Maybe this should be a separate bug report.
Updated by Stephan Großberndt over 14 years ago
Related too:
0 0 * * 0
should be every sunday, but at least at "Next Execution" it displays a wrong date (today is 11.08.2010, so next execution should be on 15.08.2010, but it displays 31.08.2010?!)
0 0 * * 1
works correctly ("Next Execution" on 16.08.2010)
Updated by Christian Kuhn almost 14 years ago
Resolved, fixed with #16611 for 4.5.
This won't be fixed in 4.4 and 4.3 anymore.
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Actions