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 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.
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"))
The text was updated successfully, but these errors were encountered: