datatracker
datatracker copied to clipboard
Interim form has validation logic around multi-day that is nonsensical
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.