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
| Q | A
| ----------------- | ----------
| Bug fix? | no
| New feature? | no <!-- please update the /CHANGELOG.md file -->
| BC breaks? | no
| Related Issue |
| Need Doc update | no
## Describe your change
Homogenize JSON deserialization of TimeRange with serialization, using `long` for timestamps.
## What problem is this fixing?
Some customers build rules with an end date very far away in the future, which cannot be captured as number of seconds from epoch with an int.
0 commit comments