Closed BenoitPerrot closed 2 years ago
Homogenize JSON deserialization of TimeRange with serialization, using long for timestamps.
long
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.
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.