JDK-8196003 : java.time Instant and Duration methods for microseconds
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.time
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2018-01-23
  • Updated: 2021-04-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Microseconds can be a convenient level of precision for many computing operations and should be supported directly in java.time Instant and Duration.

Nanoseconds provide greater resolution but require conversions and rounding to work smoothly with microsecond precision numbers.
Comments
The request was made on core-libs and a sample of the frequency of use of various Instant and Duration methods was provided. Comments from core-lib email: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-January/051023.html http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-January/051049.html
23-01-2018