Closed
Bug 348973
Opened 19 years ago
Closed 19 years ago
Store dates in Universal Time does not work
Categories
(Calendar :: Import and Export, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: per, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060507 Mozilla Sunbird/0.3a2
Event data is published in local time with no time zone information.
Reproducible: Always
Steps to Reproduce:
1.Select the option "Store dates in Universal Time"
2.Create an event
3.Publish (to Webdav file)
Actual Results:
DTSTART:20060819T090000
DTEND:20060819T120000
Expected Results:
DTSTART:20060819T070000Z
DTEND:20060819T100000Z
If "Store dates in Universal time" is unselected, time zone info is correctly added:
DTSTART;TZID=/mozilla.org/20050126_1/Europe/Stockholm:20060819T090000
DTEND;TZID=/mozilla.org/20050126_1/Europe/Stockholm:20060819T120000
Comment 1•19 years ago
|
||
This setting is not available in Sunbird/0.3a2+ (20060816) therefore I can not reproduce the problem.
Comment 2•19 years ago
|
||
(In reply to comment #1)
> This setting is not available in Sunbird/0.3a2+ (20060816) therefore I can not
> reproduce the problem.
>
Right, we don't offer this option anymore. Therefore this bug report is invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•