use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Thu, 24 Apr 2025 00:05:43 +0000 (02:05 +0200)
committerMatthias Klose <doko@ubuntu.com>
Thu, 24 Apr 2025 00:05:43 +0000 (02:05 +0200)
commit6fe4c1cf120082f68c9779997031d54c25696d5b
treefa55be218397c1e62ee620417655abe259e24915
parent37042da4fd7c4c9a5dd86b6fd3aaed9cc65715f3
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