use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Fri, 27 Mar 2026 11:33:53 +0000 (12:33 +0100)
committerMatthias Klose <doko@ubuntu.com>
Fri, 27 Mar 2026 11:33:53 +0000 (12:33 +0100)
commitde4d515b41af4e3a8c7d9d412f525e1a8310e89b
treeb69210734f3266d623cc791ec659f0f2fcaa5d6d
parente4226cf075cb43b8695992a20db9a34717d33947
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