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