From 3ca5273c1d48f9b0856bfffc06df0ed4da84173c Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sat, 1 Sep 2001 01:53:47 +0000 Subject: updated all of the VTIMEZONE files to try to be more compatable with 2001-08-31 Damon Chaplin * 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 --- libical/zoneinfo/America/Cuiaba.ics | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'libical/zoneinfo/America/Cuiaba.ics') diff --git a/libical/zoneinfo/America/Cuiaba.ics b/libical/zoneinfo/America/Cuiaba.ics index de62202c54..8584ada2b4 100644 --- a/libical/zoneinfo/America/Cuiaba.ics +++ b/libical/zoneinfo/America/Cuiaba.ics @@ -2,31 +2,24 @@ BEGIN:VCALENDAR PRODID:-//Ximian//NONSGML Evolution Olson-VTIMEZONE Converter//EN VERSION:2.0 BEGIN:VTIMEZONE -TZID:/softwarestudio.org/Olson_20010626_2/America/Cuiaba +TZID:/softwarestudio.org/Olson_20010831_3/America/Cuiaba X-LIC-LOCATION:America/Cuiaba BEGIN:DAYLIGHT TZOFFSETFROM:-0400 TZOFFSETTO:-0300 TZNAME:AMST DTSTART:20001008T000000 -RRULE:FREQ=YEARLY;BYMONTH=10;BYMONTHDAY=8,9,10,11,12,13,14;BYDAY=SU +RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=2SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:-0300 TZOFFSETTO:-0400 TZNAME:AMT DTSTART:20010218T000000 -RRULE:FREQ=YEARLY;BYMONTH=2;BYMONTHDAY=15,16,17,18,19,20,21;BYDAY=SU +RRULE:FREQ=YEARLY;BYMONTH=2;BYDAY=3SU END:STANDARD BEGIN:STANDARD -TZOFFSETFROM:+0000 -TZOFFSETTO:-034420 -TZNAME:LMT -DTSTART:00010101T000000 -RDATE:00010101T000000 -END:STANDARD -BEGIN:STANDARD -TZOFFSETFROM:-034420 +TZOFFSETFROM:-0344 TZOFFSETTO:-0400 TZNAME:AMT DTSTART:19140101T000000 -- cgit v1.2.3