From 1cf59c1d6d0c69d3bc3bc12e08fa6431fba6cad3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 1 Jul 2013 08:14:51 -0400 Subject: [PATCH] Remove - and : from example DTSTAMPs RFC 5545 does not use these separators (unfortunately) in their dates and times. See sections 3.3.4 (Date), 3.3.5 (Date-Time), and 3.3.12 (Time), which specify: date = date-value date-value = date-fullyear date-month date-mday date-fullyear = 4DIGIT date-month = 2DIGIT ;01-12 date-mday = 2DIGIT ;01-28, 01-29, 01-30, 01-31 ;based on month/year date-time = date "T" time ;As specified in the DATE and TIME ;value definitions time = time-hour time-minute time-second [time-utc] time-hour = 2DIGIT ;00-23 time-minute = 2DIGIT ;00-59 time-second = 2DIGIT ;00-60 ;The "60" value is used to account for positive "leap" seconds. time-utc = "Z" --- pycalendar/aggregator.py | 2 +- pycalendar/entry.py | 2 +- pycalendar/feed.py | 4 ++-- test/data/bootcamps/2011-11-toronto.ics | 2 +- test/data/bootcamps/2012-01-stsci.ics | 2 +- test/data/bootcamps/2012-02-itcp.ics | 2 +- test/data/bootcamps/2012-02-toronto.ics | 2 +- test/data/bootcamps/2012-03-indiana.ics | 2 +- test/data/bootcamps/2012-03-mbari.ics | 2 +- test/data/bootcamps/2012-03-nersc.ics | 2 +- test/data/bootcamps/2012-04-chicago.ics | 2 +- test/data/bootcamps/2012-04-ucl.ics | 2 +- test/data/bootcamps/2012-04-utahstate.ics | 2 +- test/data/bootcamps/2012-05-alberta.ics | 2 +- test/data/bootcamps/2012-05-michiganstate.ics | 2 +- test/data/bootcamps/2012-05-newcastle.ics | 2 +- test/data/bootcamps/2012-05-ubc.ics | 2 +- test/data/bootcamps/2012-06-inria.ics | 2 +- test/data/bootcamps/2012-06-jhu.ics | 2 +- test/data/bootcamps/2012-07-halifax.ics | 2 +- test/data/bootcamps/2012-07-mit.ics | 2 +- test/data/bootcamps/2012-07-utsc.ics | 2 +- test/data/bootcamps/2012-07-waterloo.ics | 2 +- test/data/bootcamps/2012-09-columbia.ics | 2 +- test/data/bootcamps/2012-09-dafx.ics | 2 +- test/data/bootcamps/2012-09-oslo.ics | 2 +- test/data/bootcamps/2012-10-caltech.ics | 2 +- test/data/bootcamps/2012-10-gmu.ics | 2 +- test/data/bootcamps/2012-10-lbl.ics | 2 +- test/data/bootcamps/2012-10-newcastle.ics | 2 +- test/data/bootcamps/2012-10-oxford.ics | 2 +- test/data/bootcamps/2012-10-purdue.ics | 2 +- test/data/bootcamps/2012-10-ubc.ics | 2 +- test/data/bootcamps/2012-10-ucb.ics | 2 +- test/data/bootcamps/2012-11-hawaii.ics | 2 +- test/data/bootcamps/2012-11-mcmaster.ics | 2 +- test/data/bootcamps/2012-11-scripps.ics | 2 +- test/data/bootcamps/2012-11-unc.ics | 2 +- test/data/bootcamps/2012-11-wustl.ics | 2 +- test/data/bootcamps/2012-12-edinburgh.ics | 2 +- test/data/bootcamps/2012-12-uta.ics | 2 +- test/data/bootcamps/2013-01-CAMH.ics | 2 +- test/data/bootcamps/2013-01-chicago.ics | 2 +- test/data/bootcamps/2013-01-columbia.ics | 2 +- test/data/bootcamps/2013-01-mcgill.ics | 2 +- test/data/bootcamps/2013-01-tuebingen.ics | 2 +- test/data/bootcamps/2013-01-tum.ics | 2 +- test/data/bootcamps/2013-01-ubc-r-advanced.ics | 2 +- test/data/bootcamps/2013-01-ubc-r-beginners.ics | 2 +- test/data/bootcamps/2013-01-vt.ics | 2 +- test/data/bootcamps/2013-01-waterloo.ics | 2 +- test/data/bootcamps/2013-02-amos.ics | 2 +- test/data/bootcamps/2013-02-macquarie.ics | 2 +- test/data/bootcamps/2013-02-ubc.ics | 2 +- test/data/bootcamps/2013-02-uwash.ics | 2 +- test/data/bootcamps/2013-03-aub.ics | 2 +- test/data/bootcamps/2013-03-kaust.ics | 2 +- test/data/bootcamps/2013-03-lbl.ics | 2 +- test/data/bootcamps/2013-03-utahstate.ics | 2 +- test/data/bootcamps/2013-03-virginia.ics | 2 +- test/data/bootcamps/2013-04-arizona.ics | 2 +- test/data/bootcamps/2013-04-egi-forum.ics | 2 +- test/data/bootcamps/2013-04-manchester.ics | 2 +- test/data/bootcamps/2013-04-paris.ics | 2 +- test/data/bootcamps/2013-04-stellenbosch.ics | 2 +- test/data/bootcamps/2013-04-ucb.ics | 2 +- test/data/bootcamps/2013-04-ucl.ics | 2 +- test/data/bootcamps/2013-04-umaryland.ics | 2 +- test/data/bootcamps/2013-04-wisc.ics | 2 +- test/data/bootcamps/2013-05-alberta.ics | 2 +- test/data/bootcamps/2013-05-duke.ics | 2 +- test/data/bootcamps/2013-05-geomar.ics | 2 +- test/data/bootcamps/2013-05-hhmi.ics | 2 +- test/data/bootcamps/2013-05-krakow.ics | 2 +- test/data/bootcamps/2013-05-lbl.ics | 2 +- test/data/bootcamps/2013-05-mozilla.ics | 2 +- test/data/bootcamps/2013-05-nescent.ics | 2 +- test/data/bootcamps/2013-05-oxford-dtc.ics | 2 +- test/data/bootcamps/2013-05-stanford.ics | 2 +- test/data/bootcamps/2013-05-ucar.ics | 2 +- test/data/bootcamps/2013-05-ucdavis.ics | 2 +- test/data/bootcamps/2013-05-umass.ics | 2 +- test/data/bootcamps/2013-05-vu.ics | 2 +- test/data/bootcamps/2013-06-chicago.ics | 2 +- test/data/bootcamps/2013-06-dssg.ics | 2 +- test/data/bootcamps/2013-06-salk.ics | 2 +- test/data/bootcamps/2013-06-sfu.ics | 2 +- test/data/bootcamps/2013-06-southampton.ics | 2 +- test/data/bootcamps/2013-06-tufts.ics | 2 +- test/data/bootcamps/2013-06-wise.ics | 2 +- test/data/bootcamps/2013-07-bath.ics | 2 +- test/data/bootcamps/2013-07-cmu.ics | 2 +- test/data/bootcamps/2013-07-indiana.ics | 2 +- test/data/bootcamps/2013-07-notredame.ics | 2 +- test/data/bootcamps/2013-07-oklahoma.ics | 2 +- test/data/bootcamps/2013-07-oslo.ics | 2 +- test/data/bootcamps/2013-07-utahstate.ics | 2 +- test/data/bootcamps/2013-07-vt.ics | 2 +- test/data/bootcamps/2013-07-washington.ics | 2 +- test/data/bootcamps/2013-08-erdc.ics | 2 +- test/data/bootcamps/2013-08-ku.ics | 2 +- test/data/bootcamps/2013-09-bristol.ics | 2 +- test/data/bootcamps/2013-09-caltech.ics | 2 +- test/data/bootcamps/2013-09-iowa.ics | 2 +- test/data/bootcamps/2013-09-isi.ics | 2 +- test/data/bootcamps/2013-09-stroud.ics | 2 +- test/data/bootcamps/2013-11-exeter.ics | 2 +- test/data/bootcamps/2013-11-whoi.ics | 2 +- test/data/geohash.ics | 2 +- 109 files changed, 110 insertions(+), 110 deletions(-) diff --git a/pycalendar/aggregator.py b/pycalendar/aggregator.py index 5da03b8..805a305 100644 --- a/pycalendar/aggregator.py +++ b/pycalendar/aggregator.py @@ -62,7 +62,7 @@ class Aggregator (list): PRODID:-//pycalendar//NONSGML testing//EN BEGIN:VEVENT UID:2013-06-30@geohash.invalid - DTSTAMP:2013-06-30T00:00:00Z + DTSTAMP:20130630T000000Z DTSTART;VALUE=DATE:20130630 DTEND;VALUE=DATE:20130701 SUMMARY:XKCD geohashing\, Boston graticule diff --git a/pycalendar/entry.py b/pycalendar/entry.py index 2ed2fdc..43ba494 100644 --- a/pycalendar/entry.py +++ b/pycalendar/entry.py @@ -47,7 +47,7 @@ class Entry (dict): PRODID:-//Example Calendar//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-30@geohash.invalid - DTSTAMP:2013-06-30T00:00:00Z + DTSTAMP:20130630T000000Z DTSTART;VALUE=DATE:20130630 DTEND;VALUE=DATE:20130701 SUMMARY:XKCD geohashing\, Boston graticule diff --git a/pycalendar/feed.py b/pycalendar/feed.py index d431c44..941b10d 100644 --- a/pycalendar/feed.py +++ b/pycalendar/feed.py @@ -58,7 +58,7 @@ class Feed (_entry.Entry): PRODID:-//Example Calendar//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-30@geohash.invalid - DTSTAMP:2013-06-30T00:00:00Z + DTSTAMP:20130630T000000Z DTSTART;VALUE=DATE:20130630 DTEND;VALUE=DATE:20130701 SUMMARY:XKCD geohashing\, Boston graticule @@ -85,7 +85,7 @@ class Feed (_entry.Entry): BEGIN:VEVENT UID:2013-06-30@geohash.invalid - DTSTAMP:2013-06-30T00:00:00Z + DTSTAMP:20130630T000000Z DTSTART;VALUE=DATE:20130630 DTEND;VALUE=DATE:20130701 SUMMARY:XKCD geohashing\, Boston graticule diff --git a/test/data/bootcamps/2011-11-toronto.ics b/test/data/bootcamps/2011-11-toronto.ics index 50c468b..bbd9089 100644 --- a/test/data/bootcamps/2011-11-toronto.ics +++ b/test/data/bootcamps/2011-11-toronto.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2011-11-toronto//NONSGML v1.0//EN BEGIN:VEVENT UID:2011-11-toronto@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20111107 DTEND;VALUE=DATE:20111109 SUMMARY:University of Toronto diff --git a/test/data/bootcamps/2012-01-stsci.ics b/test/data/bootcamps/2012-01-stsci.ics index 0e52b2a..d968488 100644 --- a/test/data/bootcamps/2012-01-stsci.ics +++ b/test/data/bootcamps/2012-01-stsci.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-01-stsci//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-01-stsci@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120118 DTEND;VALUE=DATE:20120120 SUMMARY:Space Telescope Science Institute diff --git a/test/data/bootcamps/2012-02-itcp.ics b/test/data/bootcamps/2012-02-itcp.ics index 6a60593..f9f71f7 100644 --- a/test/data/bootcamps/2012-02-itcp.ics +++ b/test/data/bootcamps/2012-02-itcp.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-02-itcp//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-02-itcp@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120220 DTEND;VALUE=DATE:20120303 SUMMARY:International Centre for Theoretical Physics diff --git a/test/data/bootcamps/2012-02-toronto.ics b/test/data/bootcamps/2012-02-toronto.ics index c3e03a5..d34b78f 100644 --- a/test/data/bootcamps/2012-02-toronto.ics +++ b/test/data/bootcamps/2012-02-toronto.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-02-toronto//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-02-toronto@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120223 DTEND;VALUE=DATE:20120225 SUMMARY:University of Toronto diff --git a/test/data/bootcamps/2012-03-indiana.ics b/test/data/bootcamps/2012-03-indiana.ics index a0db52e..b3025c9 100644 --- a/test/data/bootcamps/2012-03-indiana.ics +++ b/test/data/bootcamps/2012-03-indiana.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-03-indiana//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-03-indiana@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120307 DTEND;VALUE=DATE:20120309 SUMMARY:Indiana University diff --git a/test/data/bootcamps/2012-03-mbari.ics b/test/data/bootcamps/2012-03-mbari.ics index 198aa7d..23a30fc 100644 --- a/test/data/bootcamps/2012-03-mbari.ics +++ b/test/data/bootcamps/2012-03-mbari.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-03-mbari//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-03-mbari@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120326 DTEND;VALUE=DATE:20120328 SUMMARY:Monterey Bay Aquarium Research Institute diff --git a/test/data/bootcamps/2012-03-nersc.ics b/test/data/bootcamps/2012-03-nersc.ics index 59a58e3..1b8285e 100644 --- a/test/data/bootcamps/2012-03-nersc.ics +++ b/test/data/bootcamps/2012-03-nersc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-03-nersc//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-03-nersc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120328 DTEND;VALUE=DATE:20120330 SUMMARY:NERSC diff --git a/test/data/bootcamps/2012-04-chicago.ics b/test/data/bootcamps/2012-04-chicago.ics index db67806..dfd6964 100644 --- a/test/data/bootcamps/2012-04-chicago.ics +++ b/test/data/bootcamps/2012-04-chicago.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-04-chicago//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-04-chicago@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120402 DTEND;VALUE=DATE:20120404 SUMMARY:University of Chicago diff --git a/test/data/bootcamps/2012-04-ucl.ics b/test/data/bootcamps/2012-04-ucl.ics index 6280d81..0a9db78 100644 --- a/test/data/bootcamps/2012-04-ucl.ics +++ b/test/data/bootcamps/2012-04-ucl.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-04-ucl//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-04-ucl@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120430 DTEND;VALUE=DATE:20120502 SUMMARY:University College London diff --git a/test/data/bootcamps/2012-04-utahstate.ics b/test/data/bootcamps/2012-04-utahstate.ics index eabcf97..9ee6dc0 100644 --- a/test/data/bootcamps/2012-04-utahstate.ics +++ b/test/data/bootcamps/2012-04-utahstate.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-04-utahstate//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-04-utahstate@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120414 DTEND;VALUE=DATE:20120416 SUMMARY:Utah State University diff --git a/test/data/bootcamps/2012-05-alberta.ics b/test/data/bootcamps/2012-05-alberta.ics index 1417d13..b52d050 100644 --- a/test/data/bootcamps/2012-05-alberta.ics +++ b/test/data/bootcamps/2012-05-alberta.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-05-alberta//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-05-alberta@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120516 DTEND;VALUE=DATE:20120518 SUMMARY:University of Alberta diff --git a/test/data/bootcamps/2012-05-michiganstate.ics b/test/data/bootcamps/2012-05-michiganstate.ics index 3e66f7a..10296a2 100644 --- a/test/data/bootcamps/2012-05-michiganstate.ics +++ b/test/data/bootcamps/2012-05-michiganstate.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-05-michiganstate//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-05-michiganstate@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120507 DTEND;VALUE=DATE:20120509 SUMMARY:Michigan State University diff --git a/test/data/bootcamps/2012-05-newcastle.ics b/test/data/bootcamps/2012-05-newcastle.ics index e5ff418..5ad8591 100644 --- a/test/data/bootcamps/2012-05-newcastle.ics +++ b/test/data/bootcamps/2012-05-newcastle.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-05-newcastle//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-05-newcastle@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120514 DTEND;VALUE=DATE:20120516 SUMMARY:Newcastle University diff --git a/test/data/bootcamps/2012-05-ubc.ics b/test/data/bootcamps/2012-05-ubc.ics index 3650c63..7812121 100644 --- a/test/data/bootcamps/2012-05-ubc.ics +++ b/test/data/bootcamps/2012-05-ubc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-05-ubc//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-05-ubc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120522 DTEND;VALUE=DATE:20120524 SUMMARY:University of British Columbia diff --git a/test/data/bootcamps/2012-06-inria.ics b/test/data/bootcamps/2012-06-inria.ics index 1c3cc0e..6535f99 100644 --- a/test/data/bootcamps/2012-06-inria.ics +++ b/test/data/bootcamps/2012-06-inria.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-06-inria//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-06-inria@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120628 DTEND;VALUE=DATE:20120630 SUMMARY:INRIA Paris diff --git a/test/data/bootcamps/2012-06-jhu.ics b/test/data/bootcamps/2012-06-jhu.ics index d8be487..a3032a0 100644 --- a/test/data/bootcamps/2012-06-jhu.ics +++ b/test/data/bootcamps/2012-06-jhu.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-06-jhu//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-06-jhu@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120618 DTEND;VALUE=DATE:20120620 SUMMARY:Johns Hopkins University diff --git a/test/data/bootcamps/2012-07-halifax.ics b/test/data/bootcamps/2012-07-halifax.ics index 737a85f..da2794e 100644 --- a/test/data/bootcamps/2012-07-halifax.ics +++ b/test/data/bootcamps/2012-07-halifax.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-07-halifax//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-07-halifax@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120716 DTEND;VALUE=DATE:20120718 SUMMARY:Halifax diff --git a/test/data/bootcamps/2012-07-mit.ics b/test/data/bootcamps/2012-07-mit.ics index c5a86fa..d074021 100644 --- a/test/data/bootcamps/2012-07-mit.ics +++ b/test/data/bootcamps/2012-07-mit.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-07-mit//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-07-mit@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120709 DTEND;VALUE=DATE:20120711 SUMMARY:MIT diff --git a/test/data/bootcamps/2012-07-utsc.ics b/test/data/bootcamps/2012-07-utsc.ics index f15421f..7d58d69 100644 --- a/test/data/bootcamps/2012-07-utsc.ics +++ b/test/data/bootcamps/2012-07-utsc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-07-utsc//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-07-utsc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120719 DTEND;VALUE=DATE:20120721 SUMMARY:University of Toronto (Scarborough) diff --git a/test/data/bootcamps/2012-07-waterloo.ics b/test/data/bootcamps/2012-07-waterloo.ics index 6b64462..f8bfe99 100644 --- a/test/data/bootcamps/2012-07-waterloo.ics +++ b/test/data/bootcamps/2012-07-waterloo.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-07-waterloo//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-07-waterloo@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120712 DTEND;VALUE=DATE:20120714 SUMMARY:University of Waterloo diff --git a/test/data/bootcamps/2012-09-columbia.ics b/test/data/bootcamps/2012-09-columbia.ics index 79e4c22..e244677 100644 --- a/test/data/bootcamps/2012-09-columbia.ics +++ b/test/data/bootcamps/2012-09-columbia.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-09-columbia//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-09-columbia@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120928 DTEND;VALUE=DATE:20120930 SUMMARY:Columbia University diff --git a/test/data/bootcamps/2012-09-dafx.ics b/test/data/bootcamps/2012-09-dafx.ics index fa873f5..ced8ce1 100644 --- a/test/data/bootcamps/2012-09-dafx.ics +++ b/test/data/bootcamps/2012-09-dafx.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-09-dafx//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-09-dafx@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120913 DTEND;VALUE=DATE:20120915 SUMMARY:DAFx Conference (University of York) diff --git a/test/data/bootcamps/2012-09-oslo.ics b/test/data/bootcamps/2012-09-oslo.ics index cd3268b..8723803 100644 --- a/test/data/bootcamps/2012-09-oslo.ics +++ b/test/data/bootcamps/2012-09-oslo.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-09-oslo//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-09-oslo@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20120917 DTEND;VALUE=DATE:20120919 SUMMARY:University of Oslo diff --git a/test/data/bootcamps/2012-10-caltech.ics b/test/data/bootcamps/2012-10-caltech.ics index a70f7cd..9cf9b22 100644 --- a/test/data/bootcamps/2012-10-caltech.ics +++ b/test/data/bootcamps/2012-10-caltech.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-10-caltech//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-10-caltech@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121023 DTEND;VALUE=DATE:20121025 SUMMARY:Caltech diff --git a/test/data/bootcamps/2012-10-gmu.ics b/test/data/bootcamps/2012-10-gmu.ics index 9da7066..c51e13a 100644 --- a/test/data/bootcamps/2012-10-gmu.ics +++ b/test/data/bootcamps/2012-10-gmu.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-10-gmu//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-10-gmu@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121025 DTEND;VALUE=DATE:20121027 SUMMARY:George Mason University diff --git a/test/data/bootcamps/2012-10-lbl.ics b/test/data/bootcamps/2012-10-lbl.ics index 914bbc5..1d74c51 100644 --- a/test/data/bootcamps/2012-10-lbl.ics +++ b/test/data/bootcamps/2012-10-lbl.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-10-lbl//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-10-lbl@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121017 DTEND;VALUE=DATE:20121019 SUMMARY:Lawrence Berkeley National Laboratory diff --git a/test/data/bootcamps/2012-10-newcastle.ics b/test/data/bootcamps/2012-10-newcastle.ics index 49c526a..dc23f04 100644 --- a/test/data/bootcamps/2012-10-newcastle.ics +++ b/test/data/bootcamps/2012-10-newcastle.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-10-newcastle//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-10-newcastle@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121022 DTEND;VALUE=DATE:20121024 SUMMARY:University of Newcastle diff --git a/test/data/bootcamps/2012-10-oxford.ics b/test/data/bootcamps/2012-10-oxford.ics index 81e4ee0..6b30bd4 100644 --- a/test/data/bootcamps/2012-10-oxford.ics +++ b/test/data/bootcamps/2012-10-oxford.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-10-oxford//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-10-oxford@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121030 DTEND;VALUE=DATE:20121101 SUMMARY:Oxford University diff --git a/test/data/bootcamps/2012-10-purdue.ics b/test/data/bootcamps/2012-10-purdue.ics index 9ab5580..8e07484 100644 --- a/test/data/bootcamps/2012-10-purdue.ics +++ b/test/data/bootcamps/2012-10-purdue.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-10-purdue//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-10-purdue@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121008 DTEND;VALUE=DATE:20121010 SUMMARY:Purdue University diff --git a/test/data/bootcamps/2012-10-ubc.ics b/test/data/bootcamps/2012-10-ubc.ics index f19112f..894450c 100644 --- a/test/data/bootcamps/2012-10-ubc.ics +++ b/test/data/bootcamps/2012-10-ubc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-10-ubc//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-10-ubc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121018 DTEND;VALUE=DATE:20121020 SUMMARY:University of British Columbia diff --git a/test/data/bootcamps/2012-10-ucb.ics b/test/data/bootcamps/2012-10-ucb.ics index 2a9749e..454693b 100644 --- a/test/data/bootcamps/2012-10-ucb.ics +++ b/test/data/bootcamps/2012-10-ucb.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-10-ucb//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-10-ucb@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121020 DTEND;VALUE=DATE:20121022 SUMMARY:University of California Berkeley diff --git a/test/data/bootcamps/2012-11-hawaii.ics b/test/data/bootcamps/2012-11-hawaii.ics index fe39073..fc15367 100644 --- a/test/data/bootcamps/2012-11-hawaii.ics +++ b/test/data/bootcamps/2012-11-hawaii.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-11-hawaii//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-11-hawaii@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121130 DTEND;VALUE=DATE:20121202 SUMMARY:University of Hawaii diff --git a/test/data/bootcamps/2012-11-mcmaster.ics b/test/data/bootcamps/2012-11-mcmaster.ics index 6ae1070..5eec52d 100644 --- a/test/data/bootcamps/2012-11-mcmaster.ics +++ b/test/data/bootcamps/2012-11-mcmaster.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-11-mcmaster//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-11-mcmaster@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121108 DTEND;VALUE=DATE:20121110 SUMMARY:McMaster University diff --git a/test/data/bootcamps/2012-11-scripps.ics b/test/data/bootcamps/2012-11-scripps.ics index 937d27a..345ff66 100644 --- a/test/data/bootcamps/2012-11-scripps.ics +++ b/test/data/bootcamps/2012-11-scripps.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-11-scripps//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-11-scripps@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121115 DTEND;VALUE=DATE:20121117 SUMMARY:Scripps Research Institute diff --git a/test/data/bootcamps/2012-11-unc.ics b/test/data/bootcamps/2012-11-unc.ics index 5da1be0..eb8aa78 100644 --- a/test/data/bootcamps/2012-11-unc.ics +++ b/test/data/bootcamps/2012-11-unc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-11-unc//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-11-unc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121128 DTEND;VALUE=DATE:20121130 SUMMARY:University of North Carolina diff --git a/test/data/bootcamps/2012-11-wustl.ics b/test/data/bootcamps/2012-11-wustl.ics index 06b3ce9..0087d30 100644 --- a/test/data/bootcamps/2012-11-wustl.ics +++ b/test/data/bootcamps/2012-11-wustl.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-11-wustl//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-11-wustl@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121110 DTEND;VALUE=DATE:20121112 SUMMARY:Washington University in St. Louis diff --git a/test/data/bootcamps/2012-12-edinburgh.ics b/test/data/bootcamps/2012-12-edinburgh.ics index d300517..faf9b6d 100644 --- a/test/data/bootcamps/2012-12-edinburgh.ics +++ b/test/data/bootcamps/2012-12-edinburgh.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-12-edinburgh//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-12-edinburgh@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121204 DTEND;VALUE=DATE:20121206 SUMMARY:University of Edinburgh diff --git a/test/data/bootcamps/2012-12-uta.ics b/test/data/bootcamps/2012-12-uta.ics index 06bbff7..9bde9df 100644 --- a/test/data/bootcamps/2012-12-uta.ics +++ b/test/data/bootcamps/2012-12-uta.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2012-12-uta//NONSGML v1.0//EN BEGIN:VEVENT UID:2012-12-uta@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20121210 DTEND;VALUE=DATE:20121212 SUMMARY:University of Texas (Austin) diff --git a/test/data/bootcamps/2013-01-CAMH.ics b/test/data/bootcamps/2013-01-CAMH.ics index 041657d..d1755b7 100644 --- a/test/data/bootcamps/2013-01-CAMH.ics +++ b/test/data/bootcamps/2013-01-CAMH.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-CAMH//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-CAMH@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130124 DTEND;VALUE=DATE:20130126 SUMMARY:Centre for Addiction and Mental Health diff --git a/test/data/bootcamps/2013-01-chicago.ics b/test/data/bootcamps/2013-01-chicago.ics index b97ab57..8c349dd 100644 --- a/test/data/bootcamps/2013-01-chicago.ics +++ b/test/data/bootcamps/2013-01-chicago.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-chicago//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-chicago@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130112 DTEND;VALUE=DATE:20130114 SUMMARY:University of Chicago diff --git a/test/data/bootcamps/2013-01-columbia.ics b/test/data/bootcamps/2013-01-columbia.ics index 8800ad2..13cccba 100644 --- a/test/data/bootcamps/2013-01-columbia.ics +++ b/test/data/bootcamps/2013-01-columbia.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-columbia//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-columbia@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130130 DTEND;VALUE=DATE:20130203 SUMMARY:Columbia University diff --git a/test/data/bootcamps/2013-01-mcgill.ics b/test/data/bootcamps/2013-01-mcgill.ics index 9d32537..4585f7b 100644 --- a/test/data/bootcamps/2013-01-mcgill.ics +++ b/test/data/bootcamps/2013-01-mcgill.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-mcgill//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-mcgill@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130112 DTEND;VALUE=DATE:20130114 SUMMARY:McGill University diff --git a/test/data/bootcamps/2013-01-tuebingen.ics b/test/data/bootcamps/2013-01-tuebingen.ics index ec1c45f..7de884a 100644 --- a/test/data/bootcamps/2013-01-tuebingen.ics +++ b/test/data/bootcamps/2013-01-tuebingen.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-tuebingen//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-tuebingen@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130125 DTEND;VALUE=DATE:20130127 SUMMARY:Max Planck Institute Tuebingen diff --git a/test/data/bootcamps/2013-01-tum.ics b/test/data/bootcamps/2013-01-tum.ics index 624bf95..cf31be1 100644 --- a/test/data/bootcamps/2013-01-tum.ics +++ b/test/data/bootcamps/2013-01-tum.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-tum//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-tum@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130122 DTEND;VALUE=DATE:20130124 SUMMARY:Technische Universitat Munchen diff --git a/test/data/bootcamps/2013-01-ubc-r-advanced.ics b/test/data/bootcamps/2013-01-ubc-r-advanced.ics index cdec639..1d0b06a 100644 --- a/test/data/bootcamps/2013-01-ubc-r-advanced.ics +++ b/test/data/bootcamps/2013-01-ubc-r-advanced.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-ubc-r-advanced//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-ubc-r-advanced@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130121 DTEND;VALUE=DATE:20130123 SUMMARY:University of British Columbia diff --git a/test/data/bootcamps/2013-01-ubc-r-beginners.ics b/test/data/bootcamps/2013-01-ubc-r-beginners.ics index d4361cb..67827c0 100644 --- a/test/data/bootcamps/2013-01-ubc-r-beginners.ics +++ b/test/data/bootcamps/2013-01-ubc-r-beginners.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-ubc-r-beginners//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-ubc-r-beginners@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130111 DTEND;VALUE=DATE:20130112 SUMMARY:University of British Columbia diff --git a/test/data/bootcamps/2013-01-vt.ics b/test/data/bootcamps/2013-01-vt.ics index 1ea8efa..0d62f7d 100644 --- a/test/data/bootcamps/2013-01-vt.ics +++ b/test/data/bootcamps/2013-01-vt.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-vt//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-vt@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130131 DTEND;VALUE=DATE:20130202 SUMMARY:Virginia Tech diff --git a/test/data/bootcamps/2013-01-waterloo.ics b/test/data/bootcamps/2013-01-waterloo.ics index e140534..123ce29 100644 --- a/test/data/bootcamps/2013-01-waterloo.ics +++ b/test/data/bootcamps/2013-01-waterloo.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-01-waterloo//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-01-waterloo@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130112 DTEND;VALUE=DATE:20130114 SUMMARY:University of Waterloo diff --git a/test/data/bootcamps/2013-02-amos.ics b/test/data/bootcamps/2013-02-amos.ics index fafae6f..e05a5fe 100644 --- a/test/data/bootcamps/2013-02-amos.ics +++ b/test/data/bootcamps/2013-02-amos.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-02-amos//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-02-amos@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130214 DTEND;VALUE=DATE:20130216 SUMMARY:AMOS Conference (Melbourne) diff --git a/test/data/bootcamps/2013-02-macquarie.ics b/test/data/bootcamps/2013-02-macquarie.ics index d5bc9c5..374c939 100644 --- a/test/data/bootcamps/2013-02-macquarie.ics +++ b/test/data/bootcamps/2013-02-macquarie.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-02-macquarie//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-02-macquarie@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130207 DTEND;VALUE=DATE:20130209 SUMMARY:Macquarie University diff --git a/test/data/bootcamps/2013-02-ubc.ics b/test/data/bootcamps/2013-02-ubc.ics index eeb439b..280b743 100644 --- a/test/data/bootcamps/2013-02-ubc.ics +++ b/test/data/bootcamps/2013-02-ubc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-02-ubc//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-02-ubc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130205 DTEND;VALUE=DATE:20130207 SUMMARY:University of British Columbia diff --git a/test/data/bootcamps/2013-02-uwash.ics b/test/data/bootcamps/2013-02-uwash.ics index fac57f8..1ffffe7 100644 --- a/test/data/bootcamps/2013-02-uwash.ics +++ b/test/data/bootcamps/2013-02-uwash.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-02-uwash//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-02-uwash@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130225 DTEND;VALUE=DATE:20130227 SUMMARY:University of Washington diff --git a/test/data/bootcamps/2013-03-aub.ics b/test/data/bootcamps/2013-03-aub.ics index f59cf59..dc9f20d 100644 --- a/test/data/bootcamps/2013-03-aub.ics +++ b/test/data/bootcamps/2013-03-aub.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-03-aub//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-03-aub@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130320 DTEND;VALUE=DATE:20130322 SUMMARY:American University of Beirut diff --git a/test/data/bootcamps/2013-03-kaust.ics b/test/data/bootcamps/2013-03-kaust.ics index ac5e2c3..d1546ce 100644 --- a/test/data/bootcamps/2013-03-kaust.ics +++ b/test/data/bootcamps/2013-03-kaust.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-03-kaust//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-03-kaust@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130324 DTEND;VALUE=DATE:20130326 SUMMARY:King Abdullah University of Science and Technology diff --git a/test/data/bootcamps/2013-03-lbl.ics b/test/data/bootcamps/2013-03-lbl.ics index 6d899d4..b376422 100644 --- a/test/data/bootcamps/2013-03-lbl.ics +++ b/test/data/bootcamps/2013-03-lbl.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-03-lbl//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-03-lbl@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130304 DTEND;VALUE=DATE:20130308 SUMMARY:Lawrence Berkeley National Laboratory diff --git a/test/data/bootcamps/2013-03-utahstate.ics b/test/data/bootcamps/2013-03-utahstate.ics index 54f8689..44fed53 100644 --- a/test/data/bootcamps/2013-03-utahstate.ics +++ b/test/data/bootcamps/2013-03-utahstate.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-03-utahstate//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-03-utahstate@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130323 DTEND;VALUE=DATE:20130325 SUMMARY:Utah State University diff --git a/test/data/bootcamps/2013-03-virginia.ics b/test/data/bootcamps/2013-03-virginia.ics index 9391320..1133d92 100644 --- a/test/data/bootcamps/2013-03-virginia.ics +++ b/test/data/bootcamps/2013-03-virginia.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-03-virginia//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-03-virginia@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130307 DTEND;VALUE=DATE:20130309 SUMMARY:University of Virginia diff --git a/test/data/bootcamps/2013-04-arizona.ics b/test/data/bootcamps/2013-04-arizona.ics index a8bf703..3e261bb 100644 --- a/test/data/bootcamps/2013-04-arizona.ics +++ b/test/data/bootcamps/2013-04-arizona.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-arizona//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-arizona@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130404 DTEND;VALUE=DATE:20130406 SUMMARY:University of Arizona diff --git a/test/data/bootcamps/2013-04-egi-forum.ics b/test/data/bootcamps/2013-04-egi-forum.ics index 1586096..cb7fa79 100644 --- a/test/data/bootcamps/2013-04-egi-forum.ics +++ b/test/data/bootcamps/2013-04-egi-forum.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-egi-forum//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-egi-forum@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130411 DTEND;VALUE=DATE:20130412 SUMMARY:EGI Forum\, Manchester diff --git a/test/data/bootcamps/2013-04-manchester.ics b/test/data/bootcamps/2013-04-manchester.ics index 7b41d8c..57deaf0 100644 --- a/test/data/bootcamps/2013-04-manchester.ics +++ b/test/data/bootcamps/2013-04-manchester.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-manchester//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-manchester@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130418 DTEND;VALUE=DATE:20130420 SUMMARY:University of Manchester diff --git a/test/data/bootcamps/2013-04-paris.ics b/test/data/bootcamps/2013-04-paris.ics index ac05c97..dc30e71 100644 --- a/test/data/bootcamps/2013-04-paris.ics +++ b/test/data/bootcamps/2013-04-paris.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-paris//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-paris@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130420 DTEND;VALUE=DATE:20130422 SUMMARY:Telecom ParisTech diff --git a/test/data/bootcamps/2013-04-stellenbosch.ics b/test/data/bootcamps/2013-04-stellenbosch.ics index a8a6da3..8b4a9c6 100644 --- a/test/data/bootcamps/2013-04-stellenbosch.ics +++ b/test/data/bootcamps/2013-04-stellenbosch.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-stellenbosch//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-stellenbosch@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130408 DTEND;VALUE=DATE:20130410 SUMMARY:Stellenbosch University diff --git a/test/data/bootcamps/2013-04-ucb.ics b/test/data/bootcamps/2013-04-ucb.ics index 8c33138..5e9b25d 100644 --- a/test/data/bootcamps/2013-04-ucb.ics +++ b/test/data/bootcamps/2013-04-ucb.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-ucb//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-ucb@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130413 DTEND;VALUE=DATE:20130415 SUMMARY:University of California Berkeley diff --git a/test/data/bootcamps/2013-04-ucl.ics b/test/data/bootcamps/2013-04-ucl.ics index 075c661..623f849 100644 --- a/test/data/bootcamps/2013-04-ucl.ics +++ b/test/data/bootcamps/2013-04-ucl.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-ucl//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-ucl@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130404 DTEND;VALUE=DATE:20130409 SUMMARY:University College London diff --git a/test/data/bootcamps/2013-04-umaryland.ics b/test/data/bootcamps/2013-04-umaryland.ics index 1ef8d26..2210dc0 100644 --- a/test/data/bootcamps/2013-04-umaryland.ics +++ b/test/data/bootcamps/2013-04-umaryland.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-umaryland//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-umaryland@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130427 DTEND;VALUE=DATE:20130429 SUMMARY:University of Maryland\, Baltimore diff --git a/test/data/bootcamps/2013-04-wisc.ics b/test/data/bootcamps/2013-04-wisc.ics index 436182b..a715dce 100644 --- a/test/data/bootcamps/2013-04-wisc.ics +++ b/test/data/bootcamps/2013-04-wisc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-04-wisc//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-04-wisc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130429 DTEND;VALUE=DATE:20130501 SUMMARY:University of Wisconsin - Madison diff --git a/test/data/bootcamps/2013-05-alberta.ics b/test/data/bootcamps/2013-05-alberta.ics index 45f8039..ff25834 100644 --- a/test/data/bootcamps/2013-05-alberta.ics +++ b/test/data/bootcamps/2013-05-alberta.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-alberta//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-alberta@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130530 DTEND;VALUE=DATE:20130601 SUMMARY:University of Alberta diff --git a/test/data/bootcamps/2013-05-duke.ics b/test/data/bootcamps/2013-05-duke.ics index 700aafb..0883fe5 100644 --- a/test/data/bootcamps/2013-05-duke.ics +++ b/test/data/bootcamps/2013-05-duke.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-duke//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-duke@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130520 DTEND;VALUE=DATE:20130522 SUMMARY:Duke University diff --git a/test/data/bootcamps/2013-05-geomar.ics b/test/data/bootcamps/2013-05-geomar.ics index 2d766b6..e294271 100644 --- a/test/data/bootcamps/2013-05-geomar.ics +++ b/test/data/bootcamps/2013-05-geomar.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-geomar//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-geomar@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130506 DTEND;VALUE=DATE:20130508 SUMMARY:GEOMAR (Kiel) diff --git a/test/data/bootcamps/2013-05-hhmi.ics b/test/data/bootcamps/2013-05-hhmi.ics index 86b7293..dd51ccc 100644 --- a/test/data/bootcamps/2013-05-hhmi.ics +++ b/test/data/bootcamps/2013-05-hhmi.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-hhmi//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-hhmi@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130506 DTEND;VALUE=DATE:20130508 SUMMARY:Howard Hughes Medical Institute diff --git a/test/data/bootcamps/2013-05-krakow.ics b/test/data/bootcamps/2013-05-krakow.ics index 9b8d89c..b9720b2 100644 --- a/test/data/bootcamps/2013-05-krakow.ics +++ b/test/data/bootcamps/2013-05-krakow.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-krakow//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-krakow@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130518 DTEND;VALUE=DATE:20130520 SUMMARY:Jagiellonian University diff --git a/test/data/bootcamps/2013-05-lbl.ics b/test/data/bootcamps/2013-05-lbl.ics index f6f246d..8835f13 100644 --- a/test/data/bootcamps/2013-05-lbl.ics +++ b/test/data/bootcamps/2013-05-lbl.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-lbl//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-lbl@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130509 DTEND;VALUE=DATE:20130511 SUMMARY:Lawrence Berkeley National Laboratory diff --git a/test/data/bootcamps/2013-05-mozilla.ics b/test/data/bootcamps/2013-05-mozilla.ics index 2d05128..3d52e1f 100644 --- a/test/data/bootcamps/2013-05-mozilla.ics +++ b/test/data/bootcamps/2013-05-mozilla.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-mozilla//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-mozilla@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130509 DTEND;VALUE=DATE:20130511 SUMMARY:Mozilla Foundation (Toronto) diff --git a/test/data/bootcamps/2013-05-nescent.ics b/test/data/bootcamps/2013-05-nescent.ics index 0c97c93..f4077cf 100644 --- a/test/data/bootcamps/2013-05-nescent.ics +++ b/test/data/bootcamps/2013-05-nescent.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-nescent//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-nescent@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130516 DTEND;VALUE=DATE:20130518 SUMMARY:NESCent diff --git a/test/data/bootcamps/2013-05-oxford-dtc.ics b/test/data/bootcamps/2013-05-oxford-dtc.ics index 211cdde..155b976 100644 --- a/test/data/bootcamps/2013-05-oxford-dtc.ics +++ b/test/data/bootcamps/2013-05-oxford-dtc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-oxford-dtc//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-oxford-dtc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130509 DTEND;VALUE=DATE:20130511 SUMMARY:University of Oxford diff --git a/test/data/bootcamps/2013-05-stanford.ics b/test/data/bootcamps/2013-05-stanford.ics index 8fb99e2..9f892fa 100644 --- a/test/data/bootcamps/2013-05-stanford.ics +++ b/test/data/bootcamps/2013-05-stanford.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-stanford//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-stanford@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130506 DTEND;VALUE=DATE:20130508 SUMMARY:Stanford University diff --git a/test/data/bootcamps/2013-05-ucar.ics b/test/data/bootcamps/2013-05-ucar.ics index c1df6ff..70ab5fa 100644 --- a/test/data/bootcamps/2013-05-ucar.ics +++ b/test/data/bootcamps/2013-05-ucar.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-ucar//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-ucar@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130523 DTEND;VALUE=DATE:20130525 SUMMARY:NCAR diff --git a/test/data/bootcamps/2013-05-ucdavis.ics b/test/data/bootcamps/2013-05-ucdavis.ics index 176d156..2b42993 100644 --- a/test/data/bootcamps/2013-05-ucdavis.ics +++ b/test/data/bootcamps/2013-05-ucdavis.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-ucdavis//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-ucdavis@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130513 DTEND;VALUE=DATE:20130515 SUMMARY:University of California Davis diff --git a/test/data/bootcamps/2013-05-umass.ics b/test/data/bootcamps/2013-05-umass.ics index 9c6a0b0..702cbe7 100644 --- a/test/data/bootcamps/2013-05-umass.ics +++ b/test/data/bootcamps/2013-05-umass.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-umass//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-umass@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130523 DTEND;VALUE=DATE:20130525 SUMMARY:University of Massachusetts Amherst diff --git a/test/data/bootcamps/2013-05-vu.ics b/test/data/bootcamps/2013-05-vu.ics index 9d7802d..84c008e 100644 --- a/test/data/bootcamps/2013-05-vu.ics +++ b/test/data/bootcamps/2013-05-vu.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-05-vu//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-05-vu@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130502 DTEND;VALUE=DATE:20130504 SUMMARY:Vrije Universiteit\, Amsterdam diff --git a/test/data/bootcamps/2013-06-chicago.ics b/test/data/bootcamps/2013-06-chicago.ics index fc37367..1e66092 100644 --- a/test/data/bootcamps/2013-06-chicago.ics +++ b/test/data/bootcamps/2013-06-chicago.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-06-chicago//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-chicago@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130617 DTEND;VALUE=DATE:20130619 SUMMARY:University of Chicago diff --git a/test/data/bootcamps/2013-06-dssg.ics b/test/data/bootcamps/2013-06-dssg.ics index 2b5d7a1..293e28d 100644 --- a/test/data/bootcamps/2013-06-dssg.ics +++ b/test/data/bootcamps/2013-06-dssg.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-06-dssg//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-dssg@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130604 DTEND;VALUE=DATE:20130606 SUMMARY:Data Science for Social Good\, U. of Chicago diff --git a/test/data/bootcamps/2013-06-salk.ics b/test/data/bootcamps/2013-06-salk.ics index bc53745..58c2957 100644 --- a/test/data/bootcamps/2013-06-salk.ics +++ b/test/data/bootcamps/2013-06-salk.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-06-salk//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-salk@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130610 DTEND;VALUE=DATE:20130612 SUMMARY:Salk Institute diff --git a/test/data/bootcamps/2013-06-sfu.ics b/test/data/bootcamps/2013-06-sfu.ics index 7c05489..e545395 100644 --- a/test/data/bootcamps/2013-06-sfu.ics +++ b/test/data/bootcamps/2013-06-sfu.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-06-sfu//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-sfu@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130606 DTEND;VALUE=DATE:20130608 SUMMARY:Simon Fraser University diff --git a/test/data/bootcamps/2013-06-southampton.ics b/test/data/bootcamps/2013-06-southampton.ics index fd731eb..84df764 100644 --- a/test/data/bootcamps/2013-06-southampton.ics +++ b/test/data/bootcamps/2013-06-southampton.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-06-southampton//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-southampton@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130603 DTEND;VALUE=DATE:20130605 SUMMARY:University of Southampton diff --git a/test/data/bootcamps/2013-06-tufts.ics b/test/data/bootcamps/2013-06-tufts.ics index eb6f11e..24084f4 100644 --- a/test/data/bootcamps/2013-06-tufts.ics +++ b/test/data/bootcamps/2013-06-tufts.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-06-tufts//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-tufts@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130603 DTEND;VALUE=DATE:20130605 SUMMARY:Tufts University diff --git a/test/data/bootcamps/2013-06-wise.ics b/test/data/bootcamps/2013-06-wise.ics index b042b1a..3b67879 100644 --- a/test/data/bootcamps/2013-06-wise.ics +++ b/test/data/bootcamps/2013-06-wise.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-06-wise//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-wise@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130624 DTEND;VALUE=DATE:20130626 SUMMARY:Women in Science and Engineering (Boston) diff --git a/test/data/bootcamps/2013-07-bath.ics b/test/data/bootcamps/2013-07-bath.ics index b7cb0de..a1db5f3 100644 --- a/test/data/bootcamps/2013-07-bath.ics +++ b/test/data/bootcamps/2013-07-bath.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-bath//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-bath@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130715 DTEND;VALUE=DATE:20130717 SUMMARY:University of Bath diff --git a/test/data/bootcamps/2013-07-cmu.ics b/test/data/bootcamps/2013-07-cmu.ics index bf8e194..7d2c73a 100644 --- a/test/data/bootcamps/2013-07-cmu.ics +++ b/test/data/bootcamps/2013-07-cmu.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-cmu//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-cmu@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130727 DTEND;VALUE=DATE:20130729 SUMMARY:Carnegie Mellon University diff --git a/test/data/bootcamps/2013-07-indiana.ics b/test/data/bootcamps/2013-07-indiana.ics index b32ef30..02c0a8d 100644 --- a/test/data/bootcamps/2013-07-indiana.ics +++ b/test/data/bootcamps/2013-07-indiana.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-indiana//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-indiana@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130711 DTEND;VALUE=DATE:20130713 SUMMARY:Indiana University diff --git a/test/data/bootcamps/2013-07-notredame.ics b/test/data/bootcamps/2013-07-notredame.ics index 4a0a5df..3a40cd7 100644 --- a/test/data/bootcamps/2013-07-notredame.ics +++ b/test/data/bootcamps/2013-07-notredame.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-notredame//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-notredame@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130718 DTEND;VALUE=DATE:20130720 SUMMARY:University of Notre Dame diff --git a/test/data/bootcamps/2013-07-oklahoma.ics b/test/data/bootcamps/2013-07-oklahoma.ics index 2f3b3f4..506b022 100644 --- a/test/data/bootcamps/2013-07-oklahoma.ics +++ b/test/data/bootcamps/2013-07-oklahoma.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-oklahoma//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-oklahoma@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130701 DTEND;VALUE=DATE:20130703 SUMMARY:University of Oklahoma diff --git a/test/data/bootcamps/2013-07-oslo.ics b/test/data/bootcamps/2013-07-oslo.ics index 64fc62e..5452db9 100644 --- a/test/data/bootcamps/2013-07-oslo.ics +++ b/test/data/bootcamps/2013-07-oslo.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-oslo//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-oslo@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130703 DTEND;VALUE=DATE:20130705 SUMMARY:University of Oslo diff --git a/test/data/bootcamps/2013-07-utahstate.ics b/test/data/bootcamps/2013-07-utahstate.ics index d5d3e18..ffd6d36 100644 --- a/test/data/bootcamps/2013-07-utahstate.ics +++ b/test/data/bootcamps/2013-07-utahstate.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-utahstate//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-utahstate@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130716 DTEND;VALUE=DATE:20130718 SUMMARY:CUAHSI Water Data Center/Utah State University diff --git a/test/data/bootcamps/2013-07-vt.ics b/test/data/bootcamps/2013-07-vt.ics index 0891090..08259a2 100644 --- a/test/data/bootcamps/2013-07-vt.ics +++ b/test/data/bootcamps/2013-07-vt.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-vt//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-vt@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130715 DTEND;VALUE=DATE:20130717 SUMMARY:Virginia Tech diff --git a/test/data/bootcamps/2013-07-washington.ics b/test/data/bootcamps/2013-07-washington.ics index af5aded..b04f8bf 100644 --- a/test/data/bootcamps/2013-07-washington.ics +++ b/test/data/bootcamps/2013-07-washington.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-07-washington//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-07-washington@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130718 DTEND;VALUE=DATE:20130720 SUMMARY:University of Washington diff --git a/test/data/bootcamps/2013-08-erdc.ics b/test/data/bootcamps/2013-08-erdc.ics index ae0701d..cf7aa6b 100644 --- a/test/data/bootcamps/2013-08-erdc.ics +++ b/test/data/bootcamps/2013-08-erdc.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-08-erdc//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-08-erdc@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130827 DTEND;VALUE=DATE:20130830 SUMMARY:US Army Engineer Research and Development Center diff --git a/test/data/bootcamps/2013-08-ku.ics b/test/data/bootcamps/2013-08-ku.ics index 5af508a..2866493 100644 --- a/test/data/bootcamps/2013-08-ku.ics +++ b/test/data/bootcamps/2013-08-ku.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-08-ku//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-08-ku@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130822 DTEND;VALUE=DATE:20130824 SUMMARY:University of Kansas diff --git a/test/data/bootcamps/2013-09-bristol.ics b/test/data/bootcamps/2013-09-bristol.ics index e55dbfe..e378a91 100644 --- a/test/data/bootcamps/2013-09-bristol.ics +++ b/test/data/bootcamps/2013-09-bristol.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-09-bristol//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-09-bristol@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130912 DTEND;VALUE=DATE:20130914 SUMMARY:University of Bristol diff --git a/test/data/bootcamps/2013-09-caltech.ics b/test/data/bootcamps/2013-09-caltech.ics index a4b1c01..f2f0237 100644 --- a/test/data/bootcamps/2013-09-caltech.ics +++ b/test/data/bootcamps/2013-09-caltech.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-09-caltech//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-09-caltech@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130909 DTEND;VALUE=DATE:20130911 SUMMARY:Caltech diff --git a/test/data/bootcamps/2013-09-iowa.ics b/test/data/bootcamps/2013-09-iowa.ics index 2ff5ae8..a40e95f 100644 --- a/test/data/bootcamps/2013-09-iowa.ics +++ b/test/data/bootcamps/2013-09-iowa.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-09-iowa//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-09-iowa@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130905 DTEND;VALUE=DATE:20130907 SUMMARY:University of Iowa diff --git a/test/data/bootcamps/2013-09-isi.ics b/test/data/bootcamps/2013-09-isi.ics index 6236170..e1333c4 100644 --- a/test/data/bootcamps/2013-09-isi.ics +++ b/test/data/bootcamps/2013-09-isi.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-09-isi//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-09-isi@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130916 DTEND;VALUE=DATE:20130918 SUMMARY:Information Sciences Institute diff --git a/test/data/bootcamps/2013-09-stroud.ics b/test/data/bootcamps/2013-09-stroud.ics index 7dde6bc..de80394 100644 --- a/test/data/bootcamps/2013-09-stroud.ics +++ b/test/data/bootcamps/2013-09-stroud.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-09-stroud//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-09-stroud@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20130930 DTEND;VALUE=DATE:20131002 SUMMARY:Stroud Water Research Center diff --git a/test/data/bootcamps/2013-11-exeter.ics b/test/data/bootcamps/2013-11-exeter.ics index dcdb876..3c5e3cc 100644 --- a/test/data/bootcamps/2013-11-exeter.ics +++ b/test/data/bootcamps/2013-11-exeter.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-11-exeter//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-11-exeter@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20131112 DTEND;VALUE=DATE:20131114 SUMMARY:University of Exeter diff --git a/test/data/bootcamps/2013-11-whoi.ics b/test/data/bootcamps/2013-11-whoi.ics index 9a6e1cc..d6d0327 100644 --- a/test/data/bootcamps/2013-11-whoi.ics +++ b/test/data/bootcamps/2013-11-whoi.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Software Carpentry/2013-11-whoi//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-11-whoi@software-carpentry.org -DTSTAMP:2013-06-29T00:36:51Z +DTSTAMP:20130629T003651Z DTSTART;VALUE=DATE:20131114 DTEND;VALUE=DATE:20131116 SUMMARY:Woods Hole Scientific Community diff --git a/test/data/geohash.ics b/test/data/geohash.ics index 51260ab..6572de0 100644 --- a/test/data/geohash.ics +++ b/test/data/geohash.ics @@ -3,7 +3,7 @@ VERSION:2.0 PRODID:-//Example Calendar//NONSGML v1.0//EN BEGIN:VEVENT UID:2013-06-30@geohash.invalid -DTSTAMP:2013-06-30T00:00:00Z +DTSTAMP:20130630T000000Z DTSTART;VALUE=DATE:20130630 DTEND;VALUE=DATE:20130701 SUMMARY:XKCD geohashing\, Boston graticule -- 2.26.2