use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Tue, 30 Jul 2024 06:37:36 +0000 (08:37 +0200)
committerMatthias Klose <doko@ubuntu.com>
Tue, 30 Jul 2024 06:37:36 +0000 (08:37 +0200)
commitd3c449989b1f7feab7ffd0949472282244034343
treecf48b4bcd4e49d5c495f61611b63428a708d1c4a
parent5c55294760e42a865b1aeb6ea35633f66cb3956e
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