Re: Proposed patch to the End of Recurrence problem




> This patch fixes the bug in "End on date" recurrence in gnomecal. The
> problem was, that the last day was "lost". Problem is, that the rrule has
> time T000000, and the event eg. T140000. Thus the comparison function in
> calobj.c misses the last day as !(000000 > 140000).
> 
> To fix, during parsing of the enddate, I add 86400 secs (1 day).

The question is really whether we are storing the wrong information in
the first place, or not.

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]