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

sun’s picture

Version: 4.6.x-1.x-dev » 5.x-1.x-dev
Status: Active » Fixed

This 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)