use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Sat, 10 Aug 2024 08:08:49 +0000 (10:08 +0200)
committerMatthias Klose <doko@ubuntu.com>
Sat, 10 Aug 2024 08:08:49 +0000 (10:08 +0200)
commit6da50831f49b96263c7aec5cc188fe0fd834a46e
treede6e8fe6e473ee8502b33dcad9a871fdc3878641
parent43a08bbc2feb086a5dba6ecb2bd9a43d702a2251
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