We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The playground returns a duration @"P5D" as the string "PT120H" but not in its formalized format.
@"P5D"
"PT120H"
To reproduce: Playground
To solve: use toString() from ValDayTimeDuration instead of Duration.
toString()
ValDayTimeDuration
Duration
Related to camunda/feel-scala#953 Similar to camunda/camunda#27098
The text was updated successfully, but these errors were encountered:
saig0
Successfully merging a pull request may close this issue.
Description
The playground returns a duration
@"P5D"
as the string"PT120H"
but not in its formalized format.To reproduce: Playground
To solve: use
toString()
fromValDayTimeDuration
instead ofDuration
.Related to camunda/feel-scala#953
Similar to camunda/camunda#27098
The text was updated successfully, but these errors were encountered: