diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-23 07:40:29 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-23 07:40:29 +0800 |
commit | 1da29bab5d909484d332cf2777da92def62023a6 (patch) | |
tree | 9aa683dc3cf6cbbf712ab76fe46a633d1f581e75 /libical/zoneinfo/America/Monterrey.ics | |
parent | 4807a4d7e75993aefc6860d2747403a7019c49e7 (diff) | |
download | gsoc2013-evolution-1da29bab5d909484d332cf2777da92def62023a6.tar gsoc2013-evolution-1da29bab5d909484d332cf2777da92def62023a6.tar.gz gsoc2013-evolution-1da29bab5d909484d332cf2777da92def62023a6.tar.bz2 gsoc2013-evolution-1da29bab5d909484d332cf2777da92def62023a6.tar.lz gsoc2013-evolution-1da29bab5d909484d332cf2777da92def62023a6.tar.xz gsoc2013-evolution-1da29bab5d909484d332cf2777da92def62023a6.tar.zst gsoc2013-evolution-1da29bab5d909484d332cf2777da92def62023a6.zip |
updated all files again, placing current RDATEs first, so Outlook uses
2001-10-22 Damon Chaplin <damon@ximian.com>
* zoneinfo/*: updated all files again, placing current RDATEs first,
so Outlook uses those. Also fixed a few bugs in vzic which resulted in
a few changes.
* zoneinfo/Makefile.am (DIRS): added America/North_Dakota.
2001-10-22 Damon Chaplin <damon@ximian.com>
* src/libical/icaltimezone.c (icaltimezone_get_utc_offset):
(icaltimezone_get_utc_offset_of_utc_time): if we go off the start of
the changes array, return the TZOFFSETFROM of the first change.
Also changed the maximum year to 2037.
* src/libical/icaltime.c (icaltime_day_of_week):
(icaltime_start_doy_of_week):
(icaltime_week_number): init tm_hour to 12. Sometimes mktime()
adjusts the time, if that local time doesn't actually exist, leading
to the wrong day being returned. It is unlikely to adjust by 12 hours.
(icaltime_as_timet_with_zone):
(icaltime_from_timet_with_zone): change it back so it does convert
DATE values to/from the timezone. time_t values don't really go well
with DATE values, so be very careful when using them. We now assume
that the time_t points to the start of the day in the given timezone.
(We used to assume it pointed to the start of the day in UTC, but
that meant it was actually incorrect wrt the displayed calendar.)
* src/libical/icalrecur.c (expand_year_days): for FREQ=YEARLY with no
modifiers, we add one day, using the month and day from DTSTART.
(next_year): make sure we never go past 2037.
* scripts/mkderivedproperties.pl: Updated to allow DTSTART, DTEND, DUE
and RECURRENCE-ID to be set with DATE values. I think it now handles
all properties which can take DATE values, except RDATE which uses
DATE-TIME-PERIOD.
svn path=/trunk/; revision=13912
Diffstat (limited to 'libical/zoneinfo/America/Monterrey.ics')
-rw-r--r-- | libical/zoneinfo/America/Monterrey.ics | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/libical/zoneinfo/America/Monterrey.ics b/libical/zoneinfo/America/Monterrey.ics index e70d3398cc..e251f93671 100644 --- a/libical/zoneinfo/America/Monterrey.ics +++ b/libical/zoneinfo/America/Monterrey.ics @@ -2,7 +2,7 @@ BEGIN:VCALENDAR PRODID:-//Ximian//NONSGML Evolution Olson-VTIMEZONE Converter//EN VERSION:2.0 BEGIN:VTIMEZONE -TZID:/softwarestudio.org/Olson_20010831_3/America/Monterrey +TZID:/softwarestudio.org/Olson_20011022_4/America/Monterrey X-LIC-LOCATION:America/Monterrey BEGIN:DAYLIGHT TZOFFSETFROM:-0600 @@ -19,43 +19,43 @@ DTSTART:20010930T020000 RRULE:FREQ=YEARLY;BYMONTH=9;BYDAY=-1SU END:STANDARD BEGIN:STANDARD -TZOFFSETFROM:-0641 -TZOFFSETTO:-0600 -TZNAME:CST -DTSTART:19211231T231844 -RDATE:19211231T231844 -END:STANDARD -BEGIN:STANDARD -TZOFFSETFROM:-0600 +TZOFFSETFROM:-0500 TZOFFSETTO:-0600 TZNAME:CST -DTSTART:19880101T000000 -RDATE:19880101T000000 -RDATE:19890101T000000 +DTSTART:20001029T020000 +RDATE:20001029T020000 +RDATE:19991031T020000 +RDATE:19981025T020000 +RDATE:19971026T020000 +RDATE:19961027T020000 +RDATE:19881030T020000 END:STANDARD BEGIN:DAYLIGHT TZOFFSETFROM:-0600 TZOFFSETTO:-0500 TZNAME:CDT -DTSTART:19880403T020000 -RDATE:19880403T020000 -RDATE:19960407T020000 -RDATE:19970406T020000 -RDATE:19980405T020000 -RDATE:19990404T020000 +DTSTART:20000402T020000 RDATE:20000402T020000 +RDATE:19990404T020000 +RDATE:19980405T020000 +RDATE:19970406T020000 +RDATE:19960407T020000 +RDATE:19880403T020000 END:DAYLIGHT BEGIN:STANDARD -TZOFFSETFROM:-0500 +TZOFFSETFROM:-0600 TZOFFSETTO:-0600 TZNAME:CST -DTSTART:19881030T020000 -RDATE:19881030T020000 -RDATE:19961027T020000 -RDATE:19971026T020000 -RDATE:19981025T020000 -RDATE:19991031T020000 -RDATE:20001029T020000 +DTSTART:19890101T000000 +RDATE:19890101T000000 +RDATE:19880101T000000 +END:STANDARD +BEGIN:STANDARD +TZOFFSETFROM:-0641 +TZOFFSETTO:-0600 +TZNAME:CST +DTSTART:19211231T231844 +RDATE:19211231T231844 END:STANDARD END:VTIMEZONE END:VCALENDAR |