Import date/time fields in CSV importer

1
Hi, We have large csv files that we want to import. All works great and it’s very memory friendly. One issue that we have is that we can’t manage to import dates. I don’t want to import date/time fields as a string and convert them to date format later. This takes too much processing time. Is there a proper date/time notation that the CSV importer will accept as a date/time field?
asked
1 answers
1

I found out…. It’s the UTC time in number of ms. from 1970-01-01 

answered