Try to create an iteration that goes from 5/3 to 5/10
You get a 400 error when you try to submit. I'm pretty sure Pollice wanted you to be able to start an iteration on the same day that another one ends. Commit 5eeb75b
Fixed the problem, when comparing the dates in the validator the time for the end date was 12:59:59 PM while the start date was 12:00:00 AM. Made new copies of dates with the same time and used those to compare
You get a 400 error when you try to submit. I'm pretty sure Pollice wanted you to be able to start an iteration on the same day that another one ends. Commit 5eeb75b