leaanthony-sc

Results 3 issues of leaanthony-sc

**Describe the bug** teambition/rrule-go version: v1.8.2 We ran across an issue where RRULEs that use `HOURLY` intervals return incorrect timestamps when the timestamp corresponds to a DST switch. Consider the...

Fixes: #67 This PR contains the following fixes: - Ensures that datetime format for `DTSTART` is the same as `UNTIL` if given - If `UNTIL` is given and the datetime...

teambition/rrule-go version: `v1.8.2` --- According to RFC5545, a `DATE-TIME` value can specify either a local time or UTC: ``` FORM #1: DATE WITH LOCAL TIME The date with local time...