diff options
author | Damon Chaplin <damon@ximian.com> | 2001-09-01 09:53:47 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-09-01 09:53:47 +0800 |
commit | 3ca5273c1d48f9b0856bfffc06df0ed4da84173c (patch) | |
tree | 5be3a4e0559eaee5508e4db7368214398ee566ac /libical/zoneinfo/America/Glace_Bay.ics | |
parent | 1273682db1433dbd864f74a4cdd40da821129e3f (diff) | |
download | gsoc2013-evolution-3ca5273c1d48f9b0856bfffc06df0ed4da84173c.tar gsoc2013-evolution-3ca5273c1d48f9b0856bfffc06df0ed4da84173c.tar.gz gsoc2013-evolution-3ca5273c1d48f9b0856bfffc06df0ed4da84173c.tar.bz2 gsoc2013-evolution-3ca5273c1d48f9b0856bfffc06df0ed4da84173c.tar.lz gsoc2013-evolution-3ca5273c1d48f9b0856bfffc06df0ed4da84173c.tar.xz gsoc2013-evolution-3ca5273c1d48f9b0856bfffc06df0ed4da84173c.tar.zst gsoc2013-evolution-3ca5273c1d48f9b0856bfffc06df0ed4da84173c.zip |
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
Diffstat (limited to 'libical/zoneinfo/America/Glace_Bay.ics')
-rw-r--r-- | libical/zoneinfo/America/Glace_Bay.ics | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/libical/zoneinfo/America/Glace_Bay.ics b/libical/zoneinfo/America/Glace_Bay.ics index 6a51fe5655..308cb0ad83 100644 --- a/libical/zoneinfo/America/Glace_Bay.ics +++ b/libical/zoneinfo/America/Glace_Bay.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/Glace_Bay +TZID:/softwarestudio.org/Olson_20010831_3/America/Glace_Bay X-LIC-LOCATION:America/Glace_Bay BEGIN:STANDARD TZOFFSETFROM:-0300 @@ -16,21 +16,17 @@ TZOFFSETFROM:-0400 TZOFFSETTO:-0300 TZNAME:ADT DTSTART:19870405T020000 -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:-035948 -TZNAME:LMT -DTSTART:00010101T000000 -RDATE:00010101T000000 -END:STANDARD -BEGIN:STANDARD -TZOFFSETFROM:-035948 +TZOFFSETFROM:-0400 TZOFFSETTO:-0400 TZNAME:AST DTSTART:19020615T000000 RDATE:19020615T000000 +RDATE:19530101T000000 +RDATE:19540101T000000 +RDATE:19720101T000000 END:STANDARD BEGIN:DAYLIGHT TZOFFSETFROM:-0400 @@ -71,14 +67,5 @@ TZNAME:AWT DTSTART:19420209T020000 RDATE:19420209T020000 END:DAYLIGHT -BEGIN:STANDARD -TZOFFSETFROM:-0400 -TZOFFSETTO:-0400 -TZNAME:AST -DTSTART:19530101T000000 -RDATE:19530101T000000 -RDATE:19540101T000000 -RDATE:19720101T000000 -END:STANDARD END:VTIMEZONE END:VCALENDAR |