Closed Bug 305846 Opened 19 years ago Closed 19 years ago

Recurring events on Nth [weekday] of month show up on previous weekday

Categories

(Calendar :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jminta, Assigned: mostafah)

Details

This could be TZ related, or it may be recurrence related, I haven't had time to look into it too deeply. Leaving as 'General' for now.
Do they also show up wrong when editing the event, in the recurrance dialog? (for days, libical is 1-based while js and calIDateTime is 0-based. That might be the problem)
Problem seems to have disappeared now that I'm testing again. Marking WFM.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Ahh, got it now. It definitely is TZ related. The time of the event matters. When this happens, everything in the event dialog says the correct day, but the event appears on the previous day in the views. Reopen.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
I landed more fixage to bug 299327 yesterday. Any chance that has helped this out?
(In reply to comment #4) > I landed more fixage to bug 299327 yesterday. Any chance that has helped this out? Still seen in 20050826.
I guess that the problem is that the event starttime is stored in utc. When calculating the recurrence, it actually gets the right results, in utc. When converting back to the display timezone, it ends up on a different day. We need to store timezone information for new events.
No londer seen in the latest nightlies
Status: REOPENED → RESOLVED
Closed: 19 years ago19 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.