swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.4k stars 160 forks source link

Calendar.RecurrenceRule: Only match weekday components when filtering by weekday #1020

Closed hristost closed 2 days ago

hristost commented 2 weeks ago

When filtering by weekdays, we match the dates against a set of date components. These components happened to contain the hour, minute and second components from the anchor date, so filtering would undo previous expansions by hour, minute and second.

hristost commented 2 weeks ago

@swift-ci please test

hristost commented 2 weeks ago

@swift-ci please test

hristost commented 1 week ago

@swift-ci please test