use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Wed, 22 Jan 2025 09:17:58 +0000 (10:17 +0100)
committerMatthias Klose <doko@ubuntu.com>
Wed, 22 Jan 2025 09:17:58 +0000 (10:17 +0100)
commit8a6b5e1b2c795900f628668915046f0cfd16a5a8
tree28e0731f9f74c813e91b8214451aed64e0d1bba5
parent71ac1c787b39cf147ac8dff5398c54eafe1e3707
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