<i18n dev> RFR: 8303440: The "ZonedDateTime.parse" may not accept the "UTC+XX" zone id [v3]

Roger Riggs rriggs at openjdk.org
Mon Mar 6 15:55:32 UTC 2023


On Sat, 4 Mar 2023 02:22:39 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> This change is to fix a regression caused by the fix to [JDK-8234347](https://bugs.openjdk.org/browse/JDK-8234347). The previous fix was simply disabling offset-based parsing if the parser was text-based. Instead, check if it is an offset or not by explicitly comparing the character with '+'/'-' and continue offset parsing if it is.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   now -> zdt

LGTM

-------------

Marked as reviewed by rriggs (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12868


More information about the i18n-dev mailing list