RFR: 8327486: java/util/Properties/PropertiesStoreTest.java fails "Text 'xxx' could not be parsed at index 20" after 8174269 [v2]

SendaoYan syan at openjdk.org
Fri Mar 8 03:51:54 UTC 2024


On Thu, 7 Mar 2024 21:07:12 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> Thanks for the fix. Although setting `Locale.US` to acquire the formatter is correct, the reasoning is not. The real reason is that `Date.toString()` uses `Locale.US` explicitly for printing the time zone
> 
> https://github.com/openjdk/jdk/blob/972e81d1adb232b02114a5260d06144eb5b08849/src/java.base/share/classes/java/util/Date.java#L1045
> 
> Also, update the copyright year to 2024.

Done.

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

PR Comment: https://git.openjdk.org/jdk/pull/18155#issuecomment-1984993010


More information about the core-libs-dev mailing list