Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • converting Long microseconds into any target type leads to a precision loss (truncation after millis)
  • converting any source type into Long microseconds, the microseconds part will always be 000

This raises an interesting question (out of the scope of this KIP I guess) regarding the future of java.util.Date


Compatibility, Deprecation, and Migration Plan

...