blob: 3d71b27c9390f03375f9a9ebbb50ab7cf05bd331 [file] [log] [blame]
for $current_sig in dataset('SIGroup')
where
every $old_sig in dataset('SIGroup', getCurrentDateTime() - dtduration(0, 24, 0, 0))
satisfies $old_sig.name != $current_sig.name
return $current_sig