Not sure but I think the issue is related to differences in timezones. I think try to change “Use UTC time” in the date inputs or maybe the timezone setting of the database field
The reason I think it’s related to the timezone is that it’s not showing 1 day before, it’s showing 2 hours before (T22:00)
I assume that your local timezone is UTC/GMT +1 so the 1 hour difference that you see is that you see there the UTC time, which means that it’s actually right.
To display the right time you just use .formatDate(yyyy-MM-dd), it should show the date correctly with your timezone.
For example:
When I don’t use .formatDate() =
When I use .formatDate() =
Sorry for the late reply, remembered about your question when I got the same problem