use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Mon, 9 Sep 2024 13:48:20 +0000 (15:48 +0200)
committerMatthias Klose <doko@ubuntu.com>
Mon, 9 Sep 2024 13:48:20 +0000 (15:48 +0200)
commit43426fd42d244e2ac937f98e85105dee42b4a1cc
tree3ca1154f72ec549c30c7d72e26d06f285bee8b69
parent9f47d4d6ded4818a46ba9571ff9f2b3afc463951
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