How to schedule reminders in the backend to a user's time zone?

When scheduling a reminder in the backend 30 mins before a user’s event is due, it schedules and runs the workflow according to the backend’s time, not the user’s timezone to be reminded (12pm CST vs 12pm PST).

What’s the best way to account for this when scheduling a workflow to remind someone according to their timezone? I suppose I could have them set their timezone and hold in a field on the current user, and adjust it to bubble’s time it will run the workflow?

Thanks so much,
Cheers

Hi @jasonturo,

Have you looked into this experimental feature? New features to override timezones

@jasonturo

An idea, you could create a field which you calculates difference of hours between user time zone and backend time zone and then schedule next time to run the workflow. What do you think ?

Best
Anderson

This topic was automatically closed after 70 days. New replies are no longer allowed.