You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very handy lib when working with recurring events!
When using $rule->getString(Rule::TZ_FIXED) and DTSTART is included in the string. The string returns different timezones for UNTIL and DTSTART:
For example: "FREQ=WEEKLY;UNTIL=20180418T220000Z;DTSTART;TZID=Europe/Amsterdam:20180405T095000;BYDAY=MO".
DTSTART is in UTC 2 and UNTIL is UTC. This seems pretty inconsistent.
When looking at Rule.php UNTIL formats to UTC and DTSTART to included timezone info.
Very handy lib when working with recurring events!
When using $rule->getString(Rule::TZ_FIXED) and DTSTART is included in the string. The string returns different timezones for UNTIL and DTSTART:
For example:
"FREQ=WEEKLY;UNTIL=20180418T220000Z;DTSTART;TZID=Europe/Amsterdam:20180405T095000;BYDAY=MO".
DTSTART is in UTC 2 and UNTIL is UTC. This seems pretty inconsistent.
When looking at Rule.php UNTIL formats to UTC and DTSTART to included timezone info.
recurr/src/Recurr/Rule.php
Lines 411 to 449 in bff55c3
Why not using same timezone, just UTC, for all date formats in the string?
The text was updated successfully, but these errors were encountered: