Andreas Wacknitz
2024-01-27 7184c705a6f58435e822ea9de28cfa06dcf7e46f
components/runtime/openjdk-22/patches/illumos-port-06.patch
@@ -6,7 +6,7 @@
--- a/src/hotspot/share/runtime/os.cpp   Wed Aug 12 16:38:30 2020
+++ b/src/hotspot/share/runtime/os.cpp   Thu Aug 13 19:44:36 2020
@@ -162,7 +162,7 @@
@@ -165,7 +165,7 @@
   // No offset when dealing with UTC
   time_t UTC_to_local = 0;
   if (!utc) {
@@ -15,7 +15,7 @@
     UTC_to_local = -(time_struct.tm_gmtoff);
 #elif defined(_WINDOWS)
     long zone;
@@ -173,7 +173,7 @@
@@ -176,7 +176,7 @@
 #endif
 
     // tm_gmtoff already includes adjustment for daylight saving