Project

General

Profile

Actions

Feature #25646

closed

tx_scheduler_CronCmd does not correctly parse combined values for day of week

Added by Christian Kuhn over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Category:
scheduler
Target version:
-
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.
  • * * * 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)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #25673: Numeric zero for representation of weekday sunday is not acceptedClosedMarcus Krause2010-11-09

Actions
Related to TYPO3 Core - Bug #25677: tx_scheduler_CronCmd needs refactoringClosedChristian Kuhn2010-11-29

Actions
Actions

Also available in: Atom PDF