Schedule Handlers and Cron Triggers Timezone
It's just switched to Daylight Savings (UTC+0) in the UK now, which is our regular reminder of the pains of DateTime š
Is there a way to set the timezone on Cron Triggers?
4 Replies
I think you have to cast the date time before creating the Cron. AFAIK Cron should always use UTC
So, best way(?), if I want a daily trigger. Run it twice, and check the time from within the workers handler?
You can do that
A GitHub cron action to change the cron trigger for the worker