Bundle did not pass the filter but should have done it

Hello Community!

This afternoon one of my scenarios returned only two results out of six possible because 4 bundles did not pass a time filter.

Condition:

{{parseDate(timestamp; “M/DD/YYYY)”)}}

later than

adddays(now;-1)

List of timestamps involved:

3/29/2023 17:12:49
3/29/2023 17:19:13
3/29/2023 17:37:35
3/29/2023 21:27:46

the scenario is executed every day at 17 pm (Madrid hour)

Any idea of what could have happened? In the last week everything worked fine.

Thanks in advance!