Comment 1 for bug 1402868

Revision history for this message
Paul G (p-ganssle) wrote :

I believe that this is not a problem. The first rule requests the set of all Sundays in a given year (there should be 52 or 53 of these), then selects the one 13th from the end.

The second rule requests the set of all days which are exactly 182 days after Easter (which happens to be the 13th Sunday from the end, in 2015).

The third rule requests the list of all Sundays which are exactly 182 days after Easter (there is exactly one of these), and chooses the 13th one from the end of that set - but the set is exactly 1 element long, so in any given year, there will never be a 13th-from-the-end Sunday-which-is-exactly-182-days-after-Easter. Thus, the rule is empty.