Skip to content
New issue

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

A time value with offset should be equal with the same time at a timezone #560

Open
saig0 opened this issue Nov 16, 2022 · 0 comments
Open

Comments

@saig0
Copy link
Member

saig0 commented Nov 16, 2022

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:

  1. Evaluate the expression time("10:30:00+01:00") = time("10:30:00@Europe/Paris")
  2. Expected true but is 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

  • FEEL engine version: 1.15.2
  • Affects:
    • Camunda Automation Platform 7: [7.x]
    • Zeebe broker: [0.x]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant