The date format expected by node_import for created and modified fields is an integer representation of seconds since 1970, not that appropriate for a .csv file. It would be useful to add support for text dates.
The date format expected by node_import for created and modified fields is an integer representation of seconds since 1970, not that appropriate for a .csv file. It would be useful to add support for text dates.
Comments
Comment #1
sunThis feature is available in 5.x-1.x-dev (see this issue).
Node Import expects the date to be either a timestamp or an ISO date, i.e.
YYYY-MM-DD HH:MM.Comment #2
(not verified) commented