During the import, I select to import a date field to 'Node:Last updated on'. Although the code within node_import.module imports this field correctly, it is overriden by node_save():
// The changed timestamp is always updated for bookkeeping purposes (revisions, searching, ...)
$node->changed = time();
Comments
Comment #1
Robrecht Jacques commented5.x is no longer supported. If you have the same issue with the 6.x branch please reopen.