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
Hello, Iā€™m Allie!
I think you have to cast the date time before creating the Cron. AFAIK Cron should always use UTC
illizian
illizianā€¢8mo ago
So, best way(?), if I want a daily trigger. Run it twice, and check the time from within the workers handler?
Hello, Iā€™m Allie!
You can do that
illizian
illizianā€¢8mo ago
A GitHub cron action to change the cron trigger for the worker drakeYes