Greetings, I have created a property reservation app, where you can reserve one night or more than one night.
The problem I have is that when someone in “USA”, for example, searches for a reservation, it shows one night before the block.
Example. I have reserved the night of July 31st.
** The client is shown the night of July 30th blocked, and the night of the 31st unlocked**
I am in El Salvador, and here with all the evidence I don’t have that problem.
I’d recommend using UTC for all times throughout the app. Then you won’t have any issues with time zones.
1 Like
I’ll make that change, I’ll use UTC.
I also see that the date format includes the time and in all reservations it puts them at 12:00 am. How can I change the time it is saved?
because in the date selector and in my workflow I do not use that time at any time.
*YY-DAYS-SELKEC is the date picker name.
Jici
May 23, 2024, 5:32pm
4
Date always have time. When there’s no time selected, this is defaulted to 12:00:00 AM). Bubble save the date as UTC format in DB. You can modify how this is displayed. You can also edit the timezone you are saving this date in DB or change the timezone when it’s displayed.
1 Like
system
Closed
August 1, 2024, 4:40pm
5
This topic was automatically closed after 70 days. New replies are no longer allowed.