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?
Updated by Adam Thieme over 1 year ago
- Tracker changed from Task to Feature
- Priority changed from Normal to Low
while it is technically incorrect, it does not need to be fixed for testing purposes. allowing multiple time ranges is a feature
Actions