Another one met the same problem like me but no one can’t help to solve it.
When I use a workflow to send my meeting request, the user can’t receive the email with the correct time formatted in the current time zone. In my case when the time is “10:00”, the time in the email received by the user is: “11:00”. Date/Time picker is formatted well.
As you can see below, in my workflow I can’t format the start time filed of the workflow “Send meeting request”.
I’m not at my computer, but it is a solvable problem. I struggled with this greatly as well, and had to end up writing my own program to solve it.
What’s happening is that Bubble, on the server side, stores times in UTC. That’s why the time you’re getting back is different. A few ways to skin this cat:
write a function like I did that takes in a UTC Unix timestamp and certain parameters you need for scheduling, that returns the time you want. I needed to do this in my case because I’m scheduling thousands of events a day across the world all with different parameters
let the user know they’re seeing the time in UTC. Some people just want to see the world burn.
That’s pretty complicated and I’m in the Colombian mountains at the moment not at my computer, I’m considering creating a plugin for scheduling but it’s not a good option for you to wait for it… I’d suggest using the Zerocode plugin, or grabbing a 30 minute session with cobubble to get you past it, as it seems to be a display issue only (the date is stored correctly, just in a different time zone).
Greetings from Valle de Cocora!