Description
The toMillis() method of the DateTimeUtils object can produce inaccurate result for some negative values. Minor differences can be around 1 ms. For example:
input = -9223372036844776001L
should be converted to -9223372036844777L
The toMillis() method of the DateTimeUtils object can produce inaccurate result for some negative values. Minor differences can be around 1 ms. For example:
input = -9223372036844776001L
should be converted to -9223372036844777L