<i18n dev> RFR: 8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format [v9]
Shaojin Wen
duke at openjdk.org
Sat Nov 18 14:13:46 UTC 2023
> 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:
use t.query(TemporalQueries.chronology()) instanceof IsoChronology
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16033/files
- new: https://git.openjdk.org/jdk/pull/16033/files/4e518b39..bacb6c2e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16033&range=08
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16033&range=07-08
Stats: 8 lines in 1 file changed: 0 ins; 6 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/16033.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16033/head:pull/16033
PR: https://git.openjdk.org/jdk/pull/16033
More information about the i18n-dev
mailing list