Closed
Bug 315955
Opened 20 years ago
Closed 20 years ago
new month view displays events at wrong times
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
RESOLVED
FIXED
Lightning 0.1
People
(Reporter: dmosedale, Assigned: jminta)
References
Details
Attachments
(1 file)
2.37 KB,
patch
|
dmosedale
:
first-review+
|
Details | Diff | Splinter Review |
Another apparent case of failing to take timezones into account.
Reporter | ||
Comment 1•20 years ago
|
||
More precisely, it sorts them correctly, so it seems to be displaying them in the correct order. However, the times for dates that are in Zulu in the ICS are written out as though the view were in Zulu rather than in the default timezone.
Assignee | ||
Comment 2•20 years ago
|
||
This patch makes the month view use the same strategy that the multiday view uses. When receiving a startDate, it extracts the timezone from that and saves it. Then, all event-times are converted to that timezone.
Reporter | ||
Comment 3•20 years ago
|
||
Comment on attachment 206706 [details] [diff] [review]
copy multiday strategy
r=dmose; nice work!
Attachment #206706 -
Flags: first-review?(dmose) → first-review+
Assignee | ||
Comment 4•20 years ago
|
||
patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•20 years ago
|
||
*** Bug 323968 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 6•19 years ago
|
||
*** Bug 328389 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•