mod function is not returning correct values when applied to ms(NOW) or _version_ fields.
"_version_":1697770046865014784, "ms(NOW)":1661979881038, "mod(ms(NOW),10)": 0.0, "mod(_version_,10)":6.0 It should return 8 and 4 respectively. Am I missing something?