Hey @Sam75
Bubble always stores dates in UTC but displays them in the user’s timezone. When you change your computer’s timezone, the date may look different, but the stored value in the database remains the same. To verify this, check the App Data or use :extract UTC to see the actual value. If you want dates to always display in the same timezone, format them with a fixed timezone or save a formatted version as text. If users should see dates in their local timezone, use Current User’s Timezone. This prevents confusion and ensures consistency in date display.
If you have a doubt, send me a message. I can show you the step by step