After returning to a project that's been on hold for a month, I noticed that any new writes to the excel file it draws from using a form submission tries to read the selected date time as an UNIX time value. This can't be read and displays on both the data table visualizer and the excel file as just a very long number. I've double checked the formatting on that column in excel and confirmed the datepicker is formatted as a short date, so I'm not quite sure where this is coming from. It's doubly strange because there's two other date pickers on the form that work perfectly fine with the exact same configuration, and this issue was absent just a month ago.
Error Message:
"The value '1732683600000' cannot be converted to a date or time value"
Or a similarly long number.