[jdk8u] RFR: 8347965: (tz) Update Timezone Data to 2025a

Andrew John Hughes andrew at openjdk.org
Sat Mar 15 00:47:57 UTC 2025


On Fri, 14 Mar 2025 17:26:52 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> > > > Looks like the `zone.tab` file missed the update?
> > > 
> > > 
> > > Yes, spotted that too, but looks like it goes all the way back to trunk, so I would handle this separately.
> > 
> > 
> > In the openjdk/jdk repo that file does not exist, but it was properly updated by Oracle in jdk24u. [openjdk/jdk24u at 81252ef#diff-3a763a610d6edb37d21b5a70cf73a08ea612e6dd74b9be16b31ff74724e7ec1f](https://github.com/openjdk/jdk24u/commit/81252ef76899ad95197550a11c2786ccf3cf0cd2#diff-3a763a610d6edb37d21b5a70cf73a08ea612e6dd74b9be16b31ff74724e7ec1f)
> > So the issue appeared since the JDK 21 backport.
> 
> Ah right, thanks. I wonder what happened there. I'll try and get this fixed from 21 down.

So the 24u backport didn't happen until Jan 31, so I guess the 21u backport was based on 25 and this was missed.

> > > > > Looks like the `zone.tab` file missed the update?
> > > > 
> > > > 
> > > > Yes, spotted that too, but looks like it goes all the way back to trunk, so I would handle this separately.
> > > 
> > > 
> > > In the openjdk/jdk repo that file does not exist, but it was properly updated by Oracle in jdk24u. [openjdk/jdk24u at 81252ef#diff-3a763a610d6edb37d21b5a70cf73a08ea612e6dd74b9be16b31ff74724e7ec1f](https://github.com/openjdk/jdk24u/commit/81252ef76899ad95197550a11c2786ccf3cf0cd2#diff-3a763a610d6edb37d21b5a70cf73a08ea612e6dd74b9be16b31ff74724e7ec1f)
> > > So the issue appeared since the JDK 21 backport.
> > 
> > 
> > Ah right, thanks. I wonder what happened there. I'll try and get this fixed from 21 down.
> 
> So the 24u backport didn't happen until Jan 31, so I guess the 21u backport was based on 25 and this was missed.

Opened [JDK-8352097](https://bugs.openjdk.org/browse/JDK-8352097) to track this for the upcoming releases and I'll also propose backporting the `zone.tab` removal ([JDK-8166983](https://bugs.openjdk.org/browse/JDK-8166983)) for the July releases.

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

PR Comment: https://git.openjdk.org/jdk8u/pull/70#issuecomment-2726069677


More information about the jdk8u-dev mailing list