use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Sun, 10 Aug 2025 21:44:27 +0000 (23:44 +0200)
committerMoritz Mühlenhoff <jmm@debian.org>
Sun, 10 Aug 2025 21:44:27 +0000 (23:44 +0200)
commitf5be204afa8bd2889502513053de996d52bec45e
tree554824f3adb280e3aab4fc37830ad6066c482f13
parentbcdd174a8656c68f9b4937af5607e44fb7dde00f
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