I\'m writing a notifications scheduling function and want to limit how frequently I send a user notifications, so need some Date math (e.g., nowDate > lastSend + 1 day).