use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Fri, 20 Dec 2024 10:09:22 +0000 (11:09 +0100)
committerMatthias Klose <doko@ubuntu.com>
Fri, 20 Dec 2024 10:09:22 +0000 (11:09 +0100)
commitf88de6179295b5e9ddbe7126276c1dfea2978c1e
treec9ad5669b8080705db8613d73cee066a3739d949
parent86001e92b33177598860bea97e411dc73f00feb6
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