<i18n dev> Integrated: 8262110: DST starts from incorrect time in 2038

Naoto Sato naoto at openjdk.java.net
Fri Mar 26 17:18:30 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.

This pull request has now been integrated.

Changeset: 7284f013
Author:    Naoto Sato <naoto at 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


More information about the i18n-dev mailing list