use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Thu, 23 Oct 2025 10:33:48 +0000 (12:33 +0200)
committerMoritz Mühlenhoff <jmm@debian.org>
Thu, 23 Oct 2025 10:33:48 +0000 (12:33 +0200)
commit53213398f7474159a8e49a39fc5cf179e2b314e4
tree3cb9e2ab3d0bf8a4c5628ad4613243750f3b2581
parent8a917e49718ffde3441662d610b601b843318c58
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