remove tm_isdst = -1 because this was just a test

Sun, 17 Sep 2023 13:51:01 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 17 Sep 2023 13:51:01 +0200
changeset 794
29d544c3c2b8
parent 793
3ed93d188375
child 795
05647e862a17

remove tm_isdst = -1 because this was just a test

libidav/utils.c file | annotate | diff | comparison | revisions
--- a/libidav/utils.c	Sun Sep 17 13:40:48 2023 +0200
+++ b/libidav/utils.c	Sun Sep 17 13:51:01 2023 +0200
@@ -138,7 +138,6 @@
     tparts.tm_sec = val % 100;
     tparts.tm_min = (val % 10000) / 100;
     tparts.tm_hour = val / 10000;
-    tparts.tm_isdst = -1;
 
 
     // parse time zone (if any)

mercurial