<i18n dev> RFR: 8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format [v3]
Roger Riggs
rriggs at openjdk.org
Fri Nov 3 20:33:47 UTC 2023
On Mon, 16 Oct 2023 20:52:10 GMT, Shaojin Wen <duke at openjdk.org> wrote:
>> j.u.Formatter now prints "%tF" (iso standard date) and the result is incorrect when processing year < 0 or year > 9999
>
> Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
>
> fix typo
Please separate out the change to be locale-independent from the fix for the original issue.
The compatibility risk may have an unknown impact on existing applications and needs further consideration.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16033#issuecomment-1793059304
More information about the i18n-dev
mailing list