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

Only set default timezone if the given $currentTime is not a DateTime instance #34

Closed DerManoMann closed 10 years ago

DerManoMann commented 10 years ago

Fixes #32