Extend import of recurrence rules
Support has been implemented for recurrence rule parts BYMONTH, BYMONTHDAY and BYDAY. A new test has been added. 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
d2791b046a
commit
382e60ba69
@@ -434,9 +434,9 @@ time_t tzdate2sec(struct date day, unsigned hour, unsigned min, char *tznew)
|
||||
tzold = getenv("TZ");
|
||||
if (tzold)
|
||||
tzold = mem_strdup(tzold);
|
||||
|
||||
setenv("TZ", tznew, 1);
|
||||
tzset();
|
||||
|
||||
t = date2sec(day, hour, min);
|
||||
|
||||
if (tzold) {
|
||||
|
||||
Reference in New Issue
Block a user