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/Havana.ics | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'libical/zoneinfo/America/Havana.ics') diff --git a/libical/zoneinfo/America/Havana.ics b/libical/zoneinfo/America/Havana.ics index 3e68532696..f23b3a2c9a 100644 --- a/libical/zoneinfo/America/Havana.ics +++ b/libical/zoneinfo/America/Havana.ics @@ -2,7 +2,7 @@ BEGIN:VCALENDAR PRODID:-//Ximian//NONSGML Evolution Olson-VTIMEZONE Converter//EN VERSION:2.0 BEGIN:VTIMEZONE -TZID:/softwarestudio.org/Olson_20010626_2/America/Havana +TZID:/softwarestudio.org/Olson_20010831_3/America/Havana X-LIC-LOCATION:America/Havana BEGIN:STANDARD TZOFFSETFROM:-0400 @@ -16,24 +16,17 @@ TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:CDT DTSTART:20000402T000000 -RRULE:FREQ=YEARLY;BYMONTH=4;BYMONTHDAY=1,2,3,4,5,6,7;BYDAY=SU +RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU END:DAYLIGHT BEGIN:STANDARD -TZOFFSETFROM:+0000 -TZOFFSETTO:-052928 -TZNAME:LMT -DTSTART:00010101T000000 -RDATE:00010101T000000 -END:STANDARD -BEGIN:STANDARD -TZOFFSETFROM:-052928 -TZOFFSETTO:-052936 +TZOFFSETFROM:-0529 +TZOFFSETTO:-0530 TZNAME:HMT DTSTART:18900101T000000 RDATE:18900101T000000 END:STANDARD BEGIN:STANDARD -TZOFFSETFROM:-052936 +TZOFFSETFROM:-0530 TZOFFSETTO:-0500 TZNAME:CST DTSTART:19250719T120000 -- cgit v1.2.3