RFR 8235238: Parsing a time string ignores any custom TimeZoneNameProvider

Joe Wang huizhe.wang at oracle.com
Thu Dec 12 19:32:03 UTC 2019


Hi Naoto,

Does the new code block, 4156 - 4174, need a conditional statement, that 
is when it's for a standard timezon? Before this change, or before a 
custom TimeZoneNameProvider is attempted, the process didn't need to 
loop through regionIds to add display names.

Thanks,
Joe

On 12/11/19 1:21 PM, naoto.sato at oracle.com wrote:
> Hi,
>
> Please review the fix for the following issue:
>
> https://bugs.openjdk.java.net/browse/JDK-8235238
>
> The proposed changeset is located at:
>
> https://cr.openjdk.java.net/~naoto/8235238/webrev.00/
>
> The fix will retrieve the custom zone names from the time zone name 
> provider, for the custom ZoneRulesProvider implementations.
>
> Naoto



More information about the core-libs-dev mailing list