summarylogtreecommitdiffstats
path: root/timezone.patch
blob: 7d115f87e1a5420adac3d1f19ec6c2458c5ff17c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur crane_gps_watch/src/DataTypes.cpp crane_gps_watch.new/src/DataTypes.cpp
--- crane_gps_watch/src/DataTypes.cpp	2015-08-10 13:54:35.572844140 +0200
+++ crane_gps_watch.new/src/DataTypes.cpp	2015-08-10 13:55:49.030905363 +0200
@@ -60,7 +60,7 @@
                  light  saving time is in effect, zero if it is not, and nega‐$
                  tive if the information is not available.$
     */
-    time.tm_isdst = 0;
+    time.tm_isdst = -1;
 }
 
 GpsTime& GpsTime::operator=(const GpsTimeUpd& other) {