use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Sat, 15 Mar 2025 08:45:37 +0000 (09:45 +0100)
committerMatthias Klose <doko@ubuntu.com>
Sat, 15 Mar 2025 08:45:37 +0000 (09:45 +0100)
commitda09b0577b605d7986cbc7ed158e4ac23d409637
treec56588fa2bb9b4ed1e6a8e8206ec1116c2b3baf1
parentc9a45fd27012654cf4ac555b6ba319c0cc61aae7
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