use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Wed, 23 Apr 2025 23:57:46 +0000 (01:57 +0200)
committerMatthias Klose <doko@ubuntu.com>
Wed, 23 Apr 2025 23:57:46 +0000 (01:57 +0200)
commit88fa14b66bce1e7b04ab717b5e093a6f169bbb2c
tree0c3cbe0dff3ed1a2dbec9731fc258a921e072ea5
parentf635e41e775761d83a9b3e54b77ade4d39127b01
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