Hi,
I’ve been testing the latest Bubble update which changes how timezones are handled and found a bug.
Prior to the update, AirCalendar takes an event and displays it in the user’s timezone. Suppose I have event A at 9am GMT. If the user is in GMT, it will be displayed as 9am, if the user is GMT+2, it will be displayed as 11am. See example and compare the booking data in the list and in the calendar:
After updating the engine, this display is incorrect. It is correct if the current user is in GMT, but not otherwise. In this example, the user is in GMT+2:
The issue resolves after reverting to the old bubble engine version (19).