After parsing the data, run a loop over all records, read the date from field 0, convert it to DATE, and write it back. Then save the dataset. For saving in CSV format, use a normal date format string like "%Y-%m-%d", not "%t" which is specific to Zorro and not supported by the Windows date format.