use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Thu, 27 Mar 2025 12:35:58 +0000 (13:35 +0100)
committerMatthias Klose <doko@ubuntu.com>
Thu, 27 Mar 2025 12:35:58 +0000 (13:35 +0100)
commit751fcc88ebb478412b7e64b719a6de637ce15e49
tree0fa7ef6d222ed5d25c4912f7787f0e3c016a01ad
parentb35aff9455c682fd4b4e05a46c56668043a46755
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