how does time filter at IEC104 look like?
Hello
I'd like to filter all packets with old timestamps
something like
iec60870_asdu.cp56time < now()-1d
or
(iec60870_asdu.cp56time < "2024.12.1 12:34") && (iec60870_asdu.cp56time > "2024.12.1 12:30")
or a have to fullfill structure iec60870_asdu.cp56time.day ... year