jjd314
jjd314
Although the original comment said nobody uses those, Google sent me one today (TZID="(UTC-05:00) America/New_York", whatever that might mean). Changed the split to a regexp.
parseParams was resetting the 'out' object each time through the loop, so only the last parameter value was being returned. Broke a DTSTART;TZID=America/New_York;VALUE=DATE_TIME:20140523T110000 I encountered.
I need the latest change (preventing datejs from loading twice), but the repository seems to have an old version. Could you roll the version number and publish the new stuff?
request-received changed what they store in `ctx[Symbol.for('request-received.startTime')]` from `new Date()` to `Date.now()`, so line 59 in index.js needs to drop the `.getTime()`.