dataParse supports %t. So the normal way would be to read all timestamps with %t, and then convert them by script from the Unix time format to the DATE format. You can use this formula:

Date = UnixSeconds/(24.*60.*60.) + 25569.;