Actions
Feature #5269
openParser Time-based attribute fix
Start date:
06/12/2023
Due date:
% Done:
0%
Estimated time:
Description
OPEN ABE does not support integer comparisons that are "equal to" using the = operator. Parser should handle this by maybe converting "at X" into "time > X-1 and time < X + 1" since granularity is by second.
Also, how do we handle adding multiple date ranges to a policy?
Actions