Any openjdk tool available to create tzdb.dat
Martin Buchholz
martinrb at google.com
Fri Dec 20 15:44:22 UTC 2019
A jdk image includes a tzdb.dat, so the openjdk build process must know how
to generate this file.
You could dig into the makefiles to extract the details, or you could use
the jdk build itself as a black box to generate tzdb.dat (we do that).
On Fri, Dec 20, 2019 at 7:09 AM brahmam <sreerama.naga at gmail.com> wrote:
> Hi Group,
>
> Is any tool available from openjdk to create tzdb.dat file from time zone
> database(ex:tzdata2019c.tar.gz) ? Here looking for creating the tzdb.dat
> file and use in the jdk, without using any tzupdater tools.
>
> Thanks in advance!
>
> Regards,
> Sreeram
>
More information about the jdk8u-dev
mailing list