mtdowling / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
http://mtdowling.com/blog/2012/06/03/cron-expressions-in-php/
MIT License
4.9k stars 335 forks source link

Fix issue #53 Error calculating next run #172

Closed lucatacconi closed 5 years ago

lucatacconi commented 5 years ago

Repo destination error.. not consider the request

I think there is something wrong with CronExpression.php -> getRunDate at line 380. It seams it would increment always minutes and not considers user cron configuration.