use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Wed, 16 Oct 2024 08:41:47 +0000 (10:41 +0200)
committerMatthias Klose <doko@ubuntu.com>
Wed, 16 Oct 2024 08:41:47 +0000 (10:41 +0200)
commit238d09dd271a781f226706e567720b348e8b2d67
tree501242cfc459ecd4959ad12a9a933cbecf13debb
parent062f0dd80391d3cd75f60d4b892d20420ce2c98d
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