Closed
Bug 369543
Opened 19 years ago
Closed 19 years ago
New tz definitions are missing Australia/Perth's new DST
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Sunbird 0.3
People
(Reporter: mattwillis, Assigned: mattwillis)
Details
(Whiteboard: [fixed0.3.1])
Attachments
(1 file, 1 obsolete file)
2.60 KB,
patch
|
mattwillis
:
first-review+
|
Details | Diff | Splinter Review |
Australia/Perth introduced DST in October 2006, for a three year trial.
This is in the 2007a Olson data, but is too complex for vzic to express accurately without using --pure.
See http://www-1.ibm.com/support/docview.wss?rs=899&uid=swg21250452
The accurate rule is:
BEGIN:VCALENDAR
PRODID:-//mozilla.org//NONSGML Sunbird via VZIC//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:/mozilla.org/20050126_1/Australia/Perth
X-LIC-LOCATION:Australia/Perth
BEGIN:STANDARD
TZOFFSETFROM:+074324
TZOFFSETTO:+0800
TZNAME:WST
DTSTART:18951201T000000
RDATE:18951201T000000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0800
TZOFFSETTO:+0900
TZNAME:WST
DTSTART:19170101T000100
RDATE:19170101T000100
RDATE:19420101T020000
RDATE:19420927T020000
RDATE:19741027T020000
RDATE:19831030T020000
RDATE:19911117T020000
RDATE:20061203T020000
RDATE:20071028T020000
RDATE:20081026T020000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0900
TZOFFSETTO:+0800
TZNAME:WST
DTSTART:19170325T020000
RDATE:19170325T020000
RDATE:19420329T020000
RDATE:19430328T020000
RDATE:19750302T030000
RDATE:19840304T030000
RDATE:19920301T030000
RDATE:20070325T030000
RDATE:20080330T030000
RDATE:20090329T030000
END:STANDARD
BEGIN:STANDARD
TZOFFSETFROM:+0800
TZOFFSETTO:+0800
TZNAME:WST
DTSTART:19430701T000000
RDATE:19430701T000000
END:STANDARD
END:VTIMEZONE
END:VCALENDAR
This would make Outlook 2000 and 2003 fail.
Flags: blocking-calendar0.3.1+
Attachment #254216 -
Flags: second-review?(dmose)
Attachment #254216 -
Flags: first-review?(ctalbert.moz)
Comment 1•19 years ago
|
||
Comment on attachment 254216 [details] [diff] [review]
Hand-rolled rule that should be close enough
r2=dmose
Attachment #254216 -
Flags: second-review?(dmose) → second-review+
Assignee | ||
Updated•19 years ago
|
Attachment #254216 -
Flags: first-review?(ctalbert.moz)
Assignee | ||
Comment 2•19 years ago
|
||
Patch checked in on:
SUNBIRD_0_3_BRANCH
LIGHTNING_0_3_BRANCH
MOZILLA_1_8_BRANCH
trunk
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Whiteboard: [fixed0.3.1]
Attachment #254216 -
Attachment is obsolete: true
Assignee | ||
Comment 4•19 years ago
|
||
Comment on attachment 254612 [details] [diff] [review]
Fixes the fix - makes the DST rule so that it is understood for 2007 (checked in)
r=lilmatt
Attachment #254612 -
Flags: first-review+
Assignee | ||
Updated•19 years ago
|
Attachment #254612 -
Attachment description: Fixes the fix - makes the DST rule so that it is understood for 2007 → Fixes the fix - makes the DST rule so that it is understood for 2007 (checked in)
You need to log in
before you can comment on or make changes to this bug.
Description
•