tritech / node-icalendar

iCalendar parser and generator for Node.js
MIT License
233 stars 50 forks source link

fix timezone issues in rrule #17

Closed RBLU closed 10 years ago

RBLU commented 10 years ago

This commit fixes the timezone dependency of the test suite. Now the tests complete even when the system timezone is not UTC.

fixes #15