David Smart / iCal
Revision:
6:4d1fc1cb38ad
Parent:
5:69577415c16e
Child:
7:dc132d8bcbfd
--- a/iCal.cpp	Sun Jun 22 20:52:26 2014 +0000
+++ b/iCal.cpp	Sat Jul 05 22:27:56 2014 +0000
@@ -10,7 +10,7 @@
 #include <algorithm>
 
 //#ifdef _DEBUG
-#define DEBUG "iCal"
+//#define DEBUG "iCal"
 //#endif
 #ifdef WIN32
 #define LF "\n"
@@ -113,6 +113,8 @@
         tStamp = tStamp + tzoTZIDSec;
     } else {
         tStamp = tStamp + tzoSec;
+//        if (t.tm_isdst)
+//            tStamp += 3600;
     }
     return tStamp;
     //int tm_sec //seconds after the minute – [0, 60][@1]    (public member object)