summarylogtreecommitdiffstats
path: root/timezone.patch
diff options
context:
space:
mode:
Diffstat (limited to 'timezone.patch')
-rw-r--r--timezone.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/timezone.patch b/timezone.patch
deleted file mode 100644
index 7d115f87e1a5..000000000000
--- a/timezone.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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) {