I have a marketplace website where once buyers connect with sellers, an email is sent to the seller for the appointment time.
The time shows correctly on the website. However in the email, it is off by an hour. I.E it is showing the time 1 hour behind the actual appointment time.
Is the mail sent by a backend workflow? If yes, times will be displayed in UTC timezone. You have to capture the user’s timezone and use it in the backend workflow then.
Alternatively, if it’s always the same timezone, set it manually.
You can find a lot about timezones in Bubble on this forum if you need help for this.