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
I am unable to perform the following unary test on the FEEL playground:
input: duration("PT36H")
unary test: (duration("P1D")..duration("P2D"))
I want to check if a given duration is in the range of two other durations. I cannot get the input into a format that is accepted by the libraries. "... is not valid JSON"
I cannot only use the string "PT36H", because it cannot be compared to a duration, of course.
The text was updated successfully, but these errors were encountered:
Description
I am unable to perform the following unary test on the FEEL playground:
input:
duration("PT36H")
unary test:
(duration("P1D")..duration("P2D"))
I want to check if a given duration is in the range of two other durations. I cannot get the input into a format that is accepted by the libraries. "... is not valid JSON"
I cannot only use the string "PT36H", because it cannot be compared to a duration, of course.
The text was updated successfully, but these errors were encountered: