use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Wed, 31 Jul 2024 15:55:14 +0000 (17:55 +0200)
committerMoritz Muehlenhoff <jmm@debian.org>
Wed, 31 Jul 2024 15:55:14 +0000 (17:55 +0200)
commit00881afb1cdde4c3c81cb5cbe15ffbb6e0186391
tree3ff193257f87b1881f909a721dee6d4259fe9924
parentc54f97febff7ed446c2a6f58025911043d777ada
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