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

Calling currentTime() multiple times in same query #831

Open
mstevan opened this issue Dec 3, 2020 · 0 comments
Open

Calling currentTime() multiple times in same query #831

mstevan opened this issue Dec 3, 2020 · 0 comments
Labels

Comments

@mstevan
Copy link
Contributor

mstevan commented Dec 3, 2020

I believe there is a bug in the Rumble in case that query contains multiple calls of current-dateTime(), they are assigned to two different variables and if this happens in different point in time (which sometimes can) the query below will return false! This is just my assumption and I am not certain.

adjust-dateTime-to-timezone(current-dateTime(), dayTimeDuration("PT2H")) eq adjust-dateTime-to-timezone(current-dateTime(), dayTimeDuration("-PT2H"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants