Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support import of time zones (RFC 5545) | Lars Henriksen | 2020-06-13 | 1 | -0/+5 |
| | | | | | | | | | The property parameter time zone identifier (TZID) is recognized in DTSTART, DTEND and EXDATE and the DATE-TIME value converted to a local time. The time zone identifier is logged in the note file. Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Add support for UTC times in iCal imports | Lukas Fleischer | 2015-02-23 | 1 | -0/+13 |
According to the iCal standard (4.3.12 Time): UTC time, or absolute time, is identified by a LATIN CAPITAL LETTER Z suffix character (US-ASCII decimal 90), the UTC designator, appended to the time value. Parse such time values properly when importing iCal files. Fixes GitHub issue #3. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> |