use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Sat, 15 Mar 2025 07:27:31 +0000 (08:27 +0100)
committerMatthias Klose <doko@ubuntu.com>
Sat, 15 Mar 2025 07:27:31 +0000 (08:27 +0100)
commit879645e01a1e0c7a8b9b6a2b46bfe7a3362a79bc
tree038f630880634a955b2523c01b5c126c0addc293
parent9805993c1f0a5b0e32f000c8db517191ff16ba85
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