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
Describe the bug Currently, I can't compare two time values if one value has an offset and the other value has a timezone.
The same behavior occurs for date-time values.
To Reproduce Steps to reproduce the behavior:
time("10:30:00+01:00") = time("10:30:00@Europe/Paris")
true
false
Expected behavior If the offset of the timezone (at the current date?) is equal to the offset of the time then both values should be equal.
See the TCK test case 0068-feel-equality.dmn.
Environment
1.15.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Currently, I can't compare two time values if one value has an offset and the other value has a timezone.
The same behavior occurs for date-time values.
To Reproduce
Steps to reproduce the behavior:
time("10:30:00+01:00") = time("10:30:00@Europe/Paris")
true
but isfalse
Expected behavior
If the offset of the timezone (at the current date?) is equal to the offset of the time then both values should be equal.
See the TCK test case 0068-feel-equality.dmn.
Environment
1.15.2
The text was updated successfully, but these errors were encountered: