RFR: 8262110: DST starts from incorrect time in 2038
Roger Riggs
rriggs at openjdk.java.net
Fri Mar 26 14:33:24 UTC 2021
On Tue, 23 Mar 2021 23:38:28 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Please review the fix to the DST transition bug after the year 2037. The logic had the side effect that it adjusted the dst offset every time the method `getOffsets()` is issued. Only adjust the offset when issued with wall time.
Marked as reviewed by rriggs (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3165
More information about the core-libs-dev
mailing list