use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Mon, 9 Sep 2024 13:29:08 +0000 (15:29 +0200)
committerMatthias Klose <doko@ubuntu.com>
Mon, 9 Sep 2024 13:29:08 +0000 (15:29 +0200)
commitd52f31ee23e72487488d7fd10c2acc9e5f3de709
treeaf11d481dbe8213a9bb0e7c765a3d0e183fc5476
parent9f052e943dfef65e4921682f6573ed0dcf15ae20
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp