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 customization #115

Closed escudeiro closed 7 years ago

escudeiro commented 8 years ago

Add support to use a different timezone without setting system default timezone.

laurencei commented 7 years ago

I'm using this - and its working great.

But I noticed there was no support for adding timezones to the getNextRunDate() etc - so I've made those changes in my fork here if interested: https://github.com/lioannou/cron-expression

dragonmantank commented 7 years ago

@lioannou Would you mind doing a proper PR for that?