Idea Summary
Some external data integrations are regionally time specific. In the UI for creating a schedule, I can for example specify a custom schedule with the following syntax:
Type: Scheduled
Schedule Expression: FREQ=DAILY;INTERVAL=1;BYHOUR=16;BYMINUTE=0 (Daily at 4PM)
When I check the schedule, this shows the following run time:
POLLING_NEXT_RUN_TIMESTAMP: 03-SEP-21 04.00.00.671083 PM +00:00
This time aligns with what I set in the schedule expression, but ideally I'd want to be able to create a schedule that would run according to a specific time zone/region.
Use Case
So that I can more easily set my automation to run at a specific time, according to the region I'm in.
Preferred Solution (Optional)
I was thinking an additional input element where the user could specify a time zone region. It could default to either the database timezone, or be based on what's in the browsers/OS locale. I think region name would be better than timezone offset due to changing offsets based on daylight savings throughout the year.