Closed
Bug 306148
Opened 19 years ago
Closed 19 years ago
create new events with floating datetime
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mvl, Assigned: mvl)
References
Details
Attachments
(1 file)
7.76 KB,
patch
|
jminta
:
first-review+
dmosedale
:
second-review+
|
Details | Diff | Splinter Review |
There are a few bugs that have to do with timezones, like wrong recurrance
calculations. I think we can work around those bugs by storing datetimes in
floating timezone, instead of utc. That is what 0.2 did, and that mostly worked.
If we can get most recurrance and views to work, we can try to ship a release
without having to switch to new views, which would delay the release even more.
(note: this won't fix the bugs i mentioned, it will only work around them. we
should store proper timezone information one day)
example bugs: bug 303826, bug 304084.
Assignee | ||
Comment 1•19 years ago
|
||
other bugs that might be timezone related, and fixing this could work around:
bug 305846 and bug 305847
Assignee | ||
Comment 2•19 years ago
|
||
This patch makes all the dates from the event dialog to be floating.
I noticed that .jsDate on a floating datetime didn't work correctly. It worked
like the timezone was utc, not floating. To fix that, i made floating a special
case in .jsDate. dmose, can you review that part?
Assignee: mostafah → mvl
Status: NEW → ASSIGNED
Attachment #194035 -
Flags: second-review?(dmose)
Attachment #194035 -
Flags: first-review?(jminta)
Comment 3•19 years ago
|
||
Comment on attachment 194035 [details] [diff] [review]
patch v1
+function today()
+{
A useful function that I also need for bug 297934, but does it really belong in
this patch? Unless there's a good reason, it probably shouldn't be here.
r=jminta, hoping this makes some of those bugs disappear
Attachment #194035 -
Flags: first-review?(jminta) → first-review+
Comment 4•19 years ago
|
||
Comment on attachment 194035 [details] [diff] [review]
patch v1
r=dmose
Attachment #194035 -
Flags: second-review?(dmose) → second-review+
Assignee | ||
Comment 5•19 years ago
|
||
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•