Strange time behavior

Hello Bubblers !

I have this strange behavior with date/time.

I have setup Meta appointmets to send appointments date/time to Make (ex integromat) and send it to an endpoint in Bubble.

image

I added a “log” entry to check what time is sent to bubble :

image

I’m scheduling an aPI WF to make some action on my user :
image
like this action :
image

But when I 'm checking DB entry, this is 2h +

image
same on display in front :
image

Maybe some of you wil have an idea on how to handle this ?

Thank you !!!

hi, do you think it may be related to this?

1 Like

Hi! Thanks for the fast reaction. I dont see the link between my case and this, can you explain it?

the time is off by 2 hours.
this appears very random or very systematic meaning how the bubble system handles timezones incoming from other apis could perhaps be relevant meaning perhaps timezone info has to be parsed over to bubble as well.

1 Like

Server Side actions are all executed in the UTC timezone (and rightly so, preferring any single timezone, or having that as an app setting would be a nightmare). So all date string parsing is relative to UTC for server-side actions. You will need to use one of the tools to parse in an explicit timezone, or store data as UNIX timestamps.

1 Like

probably, but after reading all the post and test something I cannot find any solution to this.

in make I send this :
image
image

In Bubble, in my WF endpoint I save the date like this :
image
image

then sending the date to another WF :
image
and go this (+02h ?) :
image

image

and when sending an email referencing the date it is 10 again :
image

this drives me crazy !!!

From the make Screenshots looks like you are not yet parsing the timezone over as suggested by both of us

I fixed this by using a dynamic timezone in the BWF as user/club/address TimezoneID :slight_smile:

1 Like

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