You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
RuleUnitData with SingletonStore<LocalDateTime> checktime
The LHS condition exists /checktime[this >= "2000-01-01T16:35"]
will evaluate to true for a given checktime-value of "2000-01-01T11:11" (wrong), because EvaluationUtil.convertDateTimeLocal(String s) will always set time to 00:00.
The text was updated successfully, but these errors were encountered:
Given:
SingletonStore<LocalDateTime> checktime
The LHS condition
exists /checktime[this >= "2000-01-01T16:35"]
will evaluate to true for a given checktime-value of "2000-01-01T11:11" (wrong), because
EvaluationUtil.convertDateTimeLocal(String s)
will always set time to 00:00.The text was updated successfully, but these errors were encountered: