Returns new DateTime instance of nearest Saturday in the past
If this is Saturday, will return 7 days in the past
this
7 days in the past
DateTime lastSaturday() => lastWeekday(DateTime.saturday);