Closed muhdkhokhar closed 4 years ago
There is not built-in tool currently. So if you need it now, you can copy/paste the CronSchedule
class in your project and change line 49 with the timezone you need.
In the future I think we will add an extra constructor to CronSchedule
to enable to customize the timezone.
Thanks. I will do this.
And if you are interested, in the next release (in a week or two), there will be an constructor to customize the timezone of CronSchedule
:)
Actually I forgot to put the change in the 2.1.0 version :( It will definitely be in the next release.
Released in Wisp 2.2.0
Hi
I want to schedule a job but the cron expression would be different for eac job and timezone.
Can I provide the tiemzone to the job?