-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: security-libs
-
None
Both the TLS (javax.net.debug) and JDK security (java.security.debug) loggers use clock-hour-of-day format for timestamps (kk). They should use hour-of-day format instead (HH).
Current implementation printing hour values such as: 24:29:44.877
A value of "00:29:44.877" would be more traditional for timestamp format
Provider[0x3|main|KeyGenerator.java:181|2025-06-13 24:29:44.876]: KeyGenerator.SunTls12Prf algorithm from: SunJCE
Provider[0x3|main|MessageDigest.java:200|2025-06-13 24:29:44.877]: MessageDigest.SHA-256 algorithm from: SUN
Current implementation printing hour values such as: 24:29:44.877
A value of "00:29:44.877" would be more traditional for timestamp format
Provider[0x3|main|KeyGenerator.java:181|2025-06-13 24:29:44.876]: KeyGenerator.SunTls12Prf algorithm from: SunJCE
Provider[0x3|main|MessageDigest.java:200|2025-06-13 24:29:44.877]: MessageDigest.SHA-256 algorithm from: SUN