I schedule an api workflow au 10am (I am in belgium, winter time)
In the logs, the workflow is scheduled at 11am. (probably beacause of my winter time)
And here, the workflow doesn’t trigger at 10am because of this.
BUT : this only happens with database trigger. If I do it with a workflow that trigger an API workflow I do not have the problem.
I knows this only happens a few days per year, but now it a a real problem, my reminder arrive 1 hour too late.
Everything that happens in the Backend Workflow is in UTC time. Normally Bubble calculates if it is a time change and adjusts accordingly. So there are two parameters to take into consideration. The TimeZone of your region and DayLight (± 1 hour).
If you look in settings/versions there is an experimental way to allow back end workflows to take on another timezone. This may well work with database triggers.
i.e. you could set it to be the timezone of the user who created the trigger in the first place.