Files
evolution/libical/zoneinfo/Pacific/Chatham.ics
Damon Chaplin 3ca5273c1d updated all of the VTIMEZONE files to try to be more compatable with
2001-08-31  Damon Chaplin  <damon@ximian.com>

	* zoneinfo/*: updated all of the VTIMEZONE files to try to be more
	compatable with Outlook. i.e. We don't use seconds in UTC offsets,
	we don't use BYMONTHDAY if we can avoid it (there are still a few uses
	of this we need to fix), and we don't use years < 1600.

	* src/libical/icalvalue.c (icalvalue_utcoffset_as_ical_string): if
	seconds is 0 then don't output it. None of the builtin VTIMEZONE data
	uses the seconds value any more, since it messes up iTIP with Outlook.
	We may want to make it always round to the nearest minute, to avoid
	interop problems.

svn path=/trunk/; revision=12551
2001-09-01 01:53:47 +00:00

23 lines
506 B
Plaintext

BEGIN:VCALENDAR
PRODID:-//Ximian//NONSGML Evolution Olson-VTIMEZONE Converter//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:/softwarestudio.org/Olson_20010831_3/Pacific/Chatham
X-LIC-LOCATION:Pacific/Chatham
BEGIN:DAYLIGHT
TZOFFSETFROM:+1245
TZOFFSETTO:+1345
TZNAME:CHADT
DTSTART:19901007T024500
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+1345
TZOFFSETTO:+1245
TZNAME:CHAST
DTSTART:19910317T034500
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=3SU
END:STANDARD
END:VTIMEZONE
END:VCALENDAR