On Fri, 4 Nov 2022 17:21:04 GMT, Justin Lu <d...@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