Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v5]

2025-04-29 Thread duke
On Tue, 29 Apr 2025 18:11:05 GMT, Gautham Krishnan wrote: >> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to >> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. >> >> Also Bug4848242.java needs to be removed as the test expects all euro local

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v5]

2025-04-29 Thread Naoto Sato
On Tue, 29 Apr 2025 18:11:05 GMT, Gautham Krishnan wrote: >> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to >> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. >> >> Also Bug4848242.java needs to be removed as the test expects all euro local

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v5]

2025-04-29 Thread Gautham Krishnan
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be > updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. > > Also Bug4848242.java needs to be removed as the test expects all euro locale > time zones should have the same short names. Gautham Krish

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v4]

2025-04-29 Thread Naoto Sato
On Tue, 29 Apr 2025 17:50:05 GMT, Gautham Krishnan wrote: >> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to >> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. >> >> Also Bug4848242.java needs to be removed as the test expects all euro local

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v3]

2025-04-29 Thread Gautham Krishnan
On Tue, 29 Apr 2025 17:36:26 GMT, Naoto Sato wrote: >> Gautham Krishnan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Updating comment in Bug4848242.java > > You'll need to append "8342886" to the `@bug` tag @naotoj updated. Thanks -

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v4]

2025-04-29 Thread Gautham Krishnan
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be > updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. > > Also Bug4848242.java needs to be removed as the test expects all euro locale > time zones should have the same short names. Gautham Krish

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v3]

2025-04-29 Thread Naoto Sato
On Tue, 29 Apr 2025 17:06:30 GMT, Gautham Krishnan wrote: >> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to >> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. >> >> Also Bug4848242.java needs to be removed as the test expects all euro local

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files

2025-04-29 Thread Gautham Krishnan
On Fri, 25 Apr 2025 18:12:32 GMT, Naoto Sato wrote: >> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to >> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. >> >> Also Bug4848242.java needs to be removed as the test expects all euro locale >>

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v3]

2025-04-29 Thread Gautham Krishnan
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be > updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. > > Also Bug4848242.java needs to be removed as the test expects all euro locale > time zones should have the same short names. Gautham Krish

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v2]

2025-04-29 Thread Naoto Sato
On Tue, 29 Apr 2025 16:15:05 GMT, Gautham Krishnan wrote: >> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to >> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. >> >> Also Bug4848242.java needs to be removed as the test expects all euro local

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files

2025-04-29 Thread Gautham Krishnan
On Fri, 25 Apr 2025 18:12:32 GMT, Naoto Sato wrote: >> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to >> be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. >> >> Also Bug4848242.java needs to be removed as the test expects all euro locale >>

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files [v2]

2025-04-29 Thread Gautham Krishnan
> MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be > updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. > > Also Bug4848242.java needs to be removed as the test expects all euro locale > time zones should have the same short names. Gautham Krish

Re: RFR: 8342886: Update MET timezone in TimeZoneNames files

2025-04-25 Thread Naoto Sato
On Fri, 25 Apr 2025 09:57:38 GMT, Gautham Krishnan wrote: > MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be > updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. > > Also Bug4848242.java needs to be removed as the test expects all euro locale >

RFR: 8342886: Update MET timezone in TimeZoneNames files

2025-04-25 Thread Gautham Krishnan
MET timezone entry in TimeZoneNames.java and TimeZoneNames_*.java needs to be updated as MET is alias to Europe/Brussels as per 2024b tzdata changes. Also Bug4848242.java needs to be removed as the test expects all euro locale time zones should have the same short names. - Commit m