On Tue, 23 Mar 2021 23:38:28 GMT, Naoto Sato <na...@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. This pull request has now been integrated. Changeset: 7284f013 Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/7284f013 Stats: 75 lines in 2 files changed: 73 ins; 0 del; 2 mod 8262110: DST starts from incorrect time in 2038 8073446: TimeZone getOffset API does not return a dst offset between years 2038-2137 Reviewed-by: rriggs ------------- PR: https://git.openjdk.java.net/jdk/pull/3165