Re: RFR: 8274407: (tz) Update Timezone Data to 2021c

2021-10-06 Thread Naoto Sato
On Wed, 6 Oct 2021 19:43:06 GMT, Sean Coffey  wrote:

>> This PR is to upgrade the time zone data in the JDK to IANA's tzdata2021c 
>> level. Note that the tz data is "as is", as released by IANA. No `merged 
>> links` are retracted.
>> The PR also fixes two issues along with the 2021c upgrade.
>
> pre-1970 data for some time zones is lost or becomes inaccurate with this 
> tzdata release. Do we plan to release-note that point  ?

Good point, @coffeys. I'll make sure they are described in the release note.

-

PR: https://git.openjdk.java.net/jdk/pull/5832


Re: RFR: 8274407: (tz) Update Timezone Data to 2021c

2021-10-06 Thread Sean Coffey
On Wed, 6 Oct 2021 01:24:49 GMT, Naoto Sato  wrote:

> This PR is to upgrade the time zone data in the JDK to IANA's tzdata2021c 
> level. Note that the tz data is "as is", as released by IANA. No `merged 
> links` are retracted.
> The PR also fixes two issues along with the 2021c upgrade.

Marked as reviewed by coffeys (Reviewer).

pre-1970 data for some time zones is lost or becomes inaccurate with this 
tzdata release. Do we plan to release-note that point  ?

-

PR: https://git.openjdk.java.net/jdk/pull/5832


Re: RFR: 8274407: (tz) Update Timezone Data to 2021c

2021-10-06 Thread Iris Clark
On Wed, 6 Oct 2021 01:24:49 GMT, Naoto Sato  wrote:

> This PR is to upgrade the time zone data in the JDK to IANA's tzdata2021c 
> level. Note that the tz data is "as is", as released by IANA. No `merged 
> links` are retracted.
> The PR also fixes two issues along with the 2021c upgrade.

Marked as reviewed by iris (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/5832


Re: RFR: 8274407: (tz) Update Timezone Data to 2021c

2021-10-06 Thread Roger Riggs
On Wed, 6 Oct 2021 01:24:49 GMT, Naoto Sato  wrote:

> This PR is to upgrade the time zone data in the JDK to IANA's tzdata2021c 
> level. Note that the tz data is "as is", as released by IANA. No `merged 
> links` are retracted.
> The PR also fixes two issues along with the 2021c upgrade.

Marked as reviewed by rriggs (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/5832


RFR: 8274407: (tz) Update Timezone Data to 2021c

2021-10-05 Thread Naoto Sato
This PR is to upgrade the time zone data in the JDK to IANA's tzdata2021c 
level. Note that the tz data is "as is", as released by IANA. No `merged links` 
are retracted.
The PR also fixes two issues along with the 2021c upgrade.

-

Commit messages:
 - Fix for Asia/Amman test case error
 - Test fix for Samoa not observing DST
 - tzdata2021c
 - 8274407: (tz) Update Timezone Data to 2021b

Changes: https://git.openjdk.java.net/jdk/pull/5832/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=5832=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8274407
  Stats: 635 lines in 13 files changed: 228 ins; 329 del; 78 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5832.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5832/head:pull/5832

PR: https://git.openjdk.java.net/jdk/pull/5832