If $row["DT"] is not a valid date time string, you should not pass it to strtotime().
You better check what the value of $row["DT"] is. If it is from a Excel cell formatted as "Date", it is not a valid date time string, you need to convert yourself. You may google "what is an excel date" for more info.
Also, it is better to set a DateTime object to the field directly.