Hi Jordan,
If you trying to import just an attribute that is of type datetime then ensure that the date is formatted ‘mm/dd/yyyy’.
The date should look like 1/12/2020 and not 01/12/2020.
This worked in my cases, and I found that if the date was structured 01/12/2020, even though it was a date, it could not be parsed.