Blog Options - Date Picker decrements

While I’ve been playing around with Bootstrap Studio 7.0.3, I just noticed this small inconsistency.

I’ve noticed there is a small bug within the Blog Options in the Page Properties, specifically the Date Picker.

After setting the date, let’s say 02/04/2025. It will decrement the day by 1 after reopening the Page Properties panel. So, the Date Picker will then say 02/03/2025.

While this doesn’t show in the Blog Post Date component, as it stays at the set date. I just thought I’d bring this up for the Devs to look at. :grin:


Edit: I should mention this only happens once. It does not decrement the day again after reopening the Page Properties a second time.

Even after closing the project and reopening, the date is still only decremented by 1.

Thank you for the report! We will investigate this and include a fix in our next release.

1 Like

@martin
Just add timeZone: 'UTC' to the options when converting the date picker’s value to a Date object, and you will always get the correct date in the “Blog Post Date”.

1 Like