peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
808 stars 143 forks source link

no way to set timezone for each job #128

Open hemant-mudgil opened 2 years ago

hemant-mudgil commented 2 years ago

I have checked throughout the code there is no way to define the time zone of each job. You can easily find that functionality in the Laravel task scheduler. It's quite important to shoot jobs on time precisely.