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
Instead of RumbleException with an error code when dividing by 0 in dateTime formats, now we are receiving java.lang.ArithmeticException for dividing by 0 or overflow when multiplying with infinity. Sample below
dayTimeDuration("P3DT4H3M3.100S") div 0
The text was updated successfully, but these errors were encountered:
Instead of RumbleException with an error code when dividing by 0 in dateTime formats, now we are receiving java.lang.ArithmeticException for dividing by 0 or overflow when multiplying with infinity. Sample below
dayTimeDuration("P3DT4H3M3.100S") div 0
The text was updated successfully, but these errors were encountered: