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.89k stars 337 forks source link

Add timezone support #134

Closed laurencei closed 7 years ago

laurencei commented 7 years ago

@dragonmantank - as requested - this is a modified version of the https://github.com/mtdowling/cron-expression/pull/115 by @escudeiro.

laurencei commented 7 years ago

I just noticed these tests failed - I'll look into it now

laurencei commented 7 years ago

@dragonmantank - ok - all fixed now

laurencei commented 7 years ago

@dragonmantank - are we able to get this merged?

Anything you need me to change?

dragonmantank commented 7 years ago

Thank you!