Re: java 9 AKST timezone parsing

2017-10-31 Thread Rachna Goel
Kindly ignore my mail on subject matter. It was sent by mistake. Thanks, Rachna On 31/10/17 5:26 PM, Rachna Goel wrote: Hi Naoto, I digged into this issue today, and find that those time zone names which getting retrieved from TimeZoneNames_en.java are actually supplemented from COMPAT's

Re: java 9 AKST timezone parsing

2017-10-31 Thread Rachna Goel
Hi Naoto, I digged into this issue today, and find that those time zone names which getting retrieved from TimeZoneNames_en.java are actually supplemented from COMPAT's TimeZoneNames.java. COMPAT's TimeZoneNames.java has entries like {"SystemV/YST9", AKST}, {"SystemV/

Re: java 9 AKST timezone parsing

2017-10-23 Thread Naoto Sato
https://bugs.openjdk.java.net/browse/JDK-8189784 Naoto On 10/19/17 11:57 AM, Clément Guillaume wrote: I posted it few days ago (and got the id 9051213). I think it's still being reviewed. 2017-10-11 17:11 GMT-07:00 Naoto Sato >: Yes. Please go ahead and fil

Re: java 9 AKST timezone parsing

2017-10-19 Thread Clément Guillaume
I posted it few days ago (and got the id 9051213). I think it's still being reviewed. 2017-10-11 17:11 GMT-07:00 Naoto Sato : > Yes. Please go ahead and file a bug report. Thanks. > > Naoto > > On 10/11/17 5:04 PM, Clément Guillaume wrote: > >> Hi, >> >> I verified that using java.locale.provider

Re: java 9 AKST timezone parsing

2017-10-11 Thread Clément Guillaume
Hi, I verified that using java.locale.providers=COMPAT with java 9 makes the AKST to be parsed as America/Juneau Is http://bugreport.java.com/ the correct way to file a jira? Le mer. 11 oct. 2017 à 10:50, Naoto Sato a écrit : > (replying to appropriate aliases, instead of generic jdk9-dev alia

Re: java 9 AKST timezone parsing

2017-10-11 Thread Naoto Sato
Yes. Please go ahead and file a bug report. Thanks. Naoto On 10/11/17 5:04 PM, Clément Guillaume wrote: Hi, I verified that using java.locale.providers=COMPAT with java 9 makes the AKST to be parsed as America/Juneau Is http://bugreport.java.com/ the correct way to file a jira? Le mer. 11

Re: java 9 AKST timezone parsing

2017-10-11 Thread Naoto Sato
(replying to appropriate aliases, instead of generic jdk9-dev alias) Hi Clément, The locale data, where those time zone names are derived from, have been switched to use Unicode Consortium's CLDR, instead of the ones that are previously used prior to JDK9. So there will be some differences you