forked from sabre-io/vobject
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply cs-fixer changes * Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: use php-cs-fixer 3.49 * chore: use php-cs-fixer 3.51 * chore: apply cs-fixer 3.54.0 changes * chore: bump php-cs-fixer requirement to 3.54 * add `lineIndex` and `lineString` properties to Node * creat Unit Test * ITip\Broker: handle timezones in replies to exception events Co-authored-by: Luc DUZAN <[email protected]> * remove comment * php-cs-fixer * remove unnecessary error descriptions * Add comments about use of getTimestamp * chore: stop exporting php-cs-fixer config * chore: bump dev dependencies * yearly rrule compliance by the iterator when start date does not follow the rrule * test: add more test scenarios for testYearlyStartDateNotOnRRuleList * throw ParseException when null input is provided * Reproduce bug where dst leap is passed on to subsequent occurences * Fix test code format * Handle summer time start for daily recurrences * Handle summer time start for weekly recurrences * Handle summer time start for monthly recurrences * Handle summer time start for yearly recurrences * Refactor summer time start logic into advanceTheDate function * Handle summer time start for hourly recurrences * Refactor advanceTheDate * fix: refactor advanceTheDate * Handle case when BYMONTHDAY falls on summer time start * Handle case when day at or near end of month falls on summer time start * refactor hourly time jump logic into adjustForTimeJumpsOfHourlyEvent private method * refactor original start time calculation into startTime method * refactor adjustForTimeJumpsOfHourlyEvent to be protected * Handle summer time start for weekly BYDAY recurrences * Add test case for Weekly BYDAY with BYHOUR on summer-time * Add test cases and fix YEARLY with BYMONTH on summer-time transition * Add test cases and fix YEARLY with BYMONTH BYDAY on summer-time transition --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phil Davis <[email protected]> Co-authored-by: John R. D'Orazio <[email protected]> Co-authored-by: Gregor Harlan <[email protected]> Co-authored-by: Luc DUZAN <[email protected]> Co-authored-by: John D'Orazio <[email protected]> Co-authored-by: Victor Emanouilov <[email protected]> Co-authored-by: Cyril van Schreven <[email protected]>
- Loading branch information
1 parent
ac1421c
commit df90391
Showing
11 changed files
with
368 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.