use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Thu, 17 Oct 2024 08:59:51 +0000 (10:59 +0200)
committerMatthias Klose <doko@ubuntu.com>
Thu, 17 Oct 2024 08:59:51 +0000 (10:59 +0200)
commitc58f5a2815b8f327a895f1495e42b509e667de7e
tree69abd04c0180a6e8e4d25e0aec84fecac25b8f4c
parentd165ee8ff152c8eb36efb4ccdb333da8ca48b65c
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