<i18n dev> RFR: 8296239: ISO 4217 Amendment 174 Update
Naoto Sato
naoto at openjdk.org
Mon Nov 7 22:37:00 UTC 2022
On Fri, 4 Nov 2022 17:21:04 GMT, Justin Lu <duke at openjdk.org> wrote:
> Incorporated ISO 174 Amendment update: Update Croatia's currency from Kuna to Euro (to take place on 1/1/2023).
Changes requested by naoto (Reviewer).
src/java.base/share/data/currency/CurrencyData.properties line 192:
> 190: CI=XOF
> 191: # CROATIA
> 192: HR=HRK;2022-12-31-21-00-00;EUR
Since Croatian time is `GMT+1`, the cutover time should be `2022-12-31-23-00-00` in GMT
test/jdk/java/util/Currency/tablea1.txt line 70:
> 68: CR CRC 188 2
> 69: CI XOF 952 0
> 70: HR HRK 191 2 2022-12-31-21-00-00 EUR 978 2
Same as above
-------------
PR: https://git.openjdk.org/jdk/pull/10994
More information about the i18n-dev
mailing list