<i18n dev> RFR: 8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format [v6]

Shaojin Wen duke at openjdk.org
Wed Nov 8 00:52:36 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 minus sign from cached DecimalFormatSymbols and improved testcase

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16033/files
  - new: https://git.openjdk.org/jdk/pull/16033/files/7051ad51..47fc35f1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16033&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16033&range=04-05

  Stats: 16 lines in 2 files changed: 10 ins; 0 del; 6 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