Lawton Spelliscy
Lawton Spelliscy
Hi there. We are using [logging-bunyan](https://github.com/googleapis/nodejs-logging-bunyan) which in turn depends on this library. Our npm audit is failing due to a the following vulnerability in [protobufjs](https://github.com/advisories/GHSA-g954-5hwp-pp24). This appears to be...
### Reporting an issue I am finding that an rruleset with exclusion dates returns dates without the offset of the timezone within the rruleset. Example ```js var r = rrule.rrulestr('DTSTART;TZID=America/New_York:20231114T220000\nRRULE:UNTIL=20231118T220000;INTERVAL=1;FREQ=DAILY\nEXDATE;TZID=America/New_York:20231116T220000');...