Support import of time zones (RFC 5545)
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>
This commit is contained in:
committed by
Lukas Fleischer
parent
32783496e6
commit
d8c1c48e78
@@ -1219,7 +1219,7 @@ int get_item_min(time_t);
|
||||
struct tm date2tm(struct date, unsigned, unsigned);
|
||||
time_t date2sec(struct date, unsigned, unsigned);
|
||||
struct date sec2date(time_t);
|
||||
time_t utcdate2sec(struct date, unsigned, unsigned);
|
||||
time_t tzdate2sec(struct date, unsigned, unsigned, char *);
|
||||
int date_cmp(struct date *, struct date *);
|
||||
int date_cmp_day(time_t, time_t);
|
||||
char *date_sec2date_str(time_t, const char *);
|
||||
|
||||
Reference in New Issue
Block a user