When debugging a flickering test I noticed that events were missing millisecond values on their date, while filters always have it: so it's possible that an event is considered to happen before a filter starting date if they happen in same second. It should almost never happen in real conditions, but it's something that occurs in tests. |