I only want timestamps that have happened in the past to pass through the filter. The problems is, all times are currently passing through so the filter isn’t working.
The condition I set up is as follows:
- Date and time in ISO 8601 format
- Datetime operators: earlier than or equal to
- “now”
“Now” also is in ISO 8601 format so I think Make should be able to compare the two? See image for details.
Please advice