Problem: No bundle passes the filter in the Inspector, even though many posts are older than 10 days.
Example of Created time: 2016-12-28T16:03:06.372Z.
Questions:
Working expression: Does anyone have a filter that reliably passes items older than 10 days?
Parsing tip: For the trailing Z, should I use "YYYY-MM-DDTHH:mm:ss.SSS[Z]" or a different pattern?
Timezone: Is there any known issue comparing with Europe/Bucharest vs UTC?
Operator choice: Would you keep it as string compare (YYYYMMDDHHmmss) or stick to Unix seconds ("X")?
Any snippet or mini-screenshot of a setup that works would be important. Thanks!
You do not need to format data if date and time is in this format : “timestamp”: “2025-07-16T12:36:27.000Z” cause when you create add days formula on {{now}} it will be also in same format : “-10 days”: “2025-08-09T08:43:56.210Z” so normal filter will work.
can you share output of those dates and filter setup? You can also try formatting on both values, but make sure to have it in same format, no extra quotes or characters.