use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Sat, 29 Jun 2024 07:05:11 +0000 (09:05 +0200)
committerMatthias Klose <doko@ubuntu.com>
Sat, 29 Jun 2024 07:05:11 +0000 (09:05 +0200)
commit3f5c5adce78f9ef670f00120502027ff6b6e374a
tree0d579cbac974fbdb24e8a55847e3987c5c4ad433
parentab765e3e476b340d3de0223a5264c1e091d21aea
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