-
Bug
-
Resolution: Fixed
-
P3
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098730 | emb-9 | Peter Levart | P3 | Resolved | Fixed | team |
The constructors in java.time.zone.ZoneOffsetTransition accept a LocalDateTime as the argument.
However, the timezone database and the related mechanisms only allow offsets to the second.
The sub-second (nano) value should be explicitly specified as being ignored.
However, the timezone database and the related mechanisms only allow offsets to the second.
The sub-second (nano) value should be explicitly specified as being ignored.
- backported by
-
JDK-8098730 ZoneOffsetTransitionRule.of should throw IAE for non-zero nanoseconds
- Resolved
- relates to
-
JDK-8074003 java.time.zone.ZoneRules.getOffset(java.time.Instant) can be optimized
- Resolved