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/Pacific/Pago_Pago.ics | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'libical/zoneinfo/Pacific/Pago_Pago.ics') diff --git a/libical/zoneinfo/Pacific/Pago_Pago.ics b/libical/zoneinfo/Pacific/Pago_Pago.ics index ea01f5fa87..0be03a38df 100644 --- a/libical/zoneinfo/Pacific/Pago_Pago.ics +++ b/libical/zoneinfo/Pacific/Pago_Pago.ics @@ -2,24 +2,17 @@ BEGIN:VCALENDAR PRODID:-//Ximian//NONSGML Evolution Olson-VTIMEZONE Converter//EN VERSION:2.0 BEGIN:VTIMEZONE -TZID:/softwarestudio.org/Olson_20010626_2/Pacific/Pago_Pago +TZID:/softwarestudio.org/Olson_20010831_3/Pacific/Pago_Pago X-LIC-LOCATION:Pacific/Pago_Pago BEGIN:STANDARD -TZOFFSETFROM:+0000 -TZOFFSETTO:+123712 -TZNAME:LMT -DTSTART:00010101T000000 -RDATE:00010101T000000 -END:STANDARD -BEGIN:STANDARD -TZOFFSETFROM:+123712 -TZOFFSETTO:-112248 +TZOFFSETFROM:+1237 +TZOFFSETTO:-1123 TZNAME:LMT DTSTART:18790705T000000 RDATE:18790705T000000 END:STANDARD BEGIN:STANDARD -TZOFFSETFROM:-112248 +TZOFFSETFROM:-1123 TZOFFSETTO:-1130 TZNAME:SAMT DTSTART:19110101T000000 -- cgit v1.2.3