Recurring Event Time Changes with Daylight Savings

I am working on an app that track’s items with a status. The status is based on the day - so X is due on 3/11/2025. I have started a recurring event to trigger at midnight.

However, when daylight saving started this weekend - the trigger time moved to 1am. I thought this happened months ago when daylight savings ended - changing the time from midnight to 11pm, but now I am certain.

Has anyone come across this before? This seems like a bug, but was curious as to if anyone has found and resolved this.

Thanks

Jason

In case anyone else runs across this Bubble support indicated that the recuring event is stored as a UNIX value and does not update when daylight savings happens. The display of the time will update so it will look (and function) as an hour offset from when you had it scheduled before the daylight savings change.

My approach to correct this is to store the user’s time zone and re-schedule the event with an offset on the days daylight savings will happen for the affected accounts.