Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: iCal.cpp
- 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)