Description
Current start time type is of TimeStamp or Long, whose unit (e.g. milliseconds, microseconds or nanoseconds) is unclear for users. Instead, we could use java.time.Instant introduced in Java 8.
Attachments
Issue Links
- links to
Current start time type is of TimeStamp or Long, whose unit (e.g. milliseconds, microseconds or nanoseconds) is unclear for users. Instead, we could use java.time.Instant introduced in Java 8.