datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

Interim form has validation logic around multi-day that is nonsensical

Open rjsparks opened this issue 3 years ago • 0 comments

The logic testing to see if someone is making a multi-day request is run in the timezone the request is being submitted in looking for something spanning midnight.

Most requests that cross any xx:00 boundary are going to span midnight somewhere.

The basis for the logic needs to be rethought.

rjsparks avatar Sep 19 '22 18:09 rjsparks