use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Wed, 17 Jul 2024 11:02:09 +0000 (13:02 +0200)
committerMatthias Klose <doko@ubuntu.com>
Wed, 17 Jul 2024 11:02:09 +0000 (13:02 +0200)
commitb225401af51287897877da73bf4215dc8465dd5f
tree9a44c5b10475e06b9aa1ed6179d3cb3bd6a172e2
parent0c51278928a33d2fc2e87d7fb6991631d74149d4
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