use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Thu, 1 May 2025 08:40:21 +0000 (10:40 +0200)
committerMoritz Mühlenhoff <jmm@debian.org>
Thu, 1 May 2025 08:40:21 +0000 (10:40 +0200)
commit87ee12f69f7758f06cbbfd9e5fad0e27efba85b5
tree6a714481a4b8c02f74cbc55cb3894b640a7436a3
parent971e1ef0bf57cc0dde2a840ef6ef984407e421f4
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