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

Robrecht Jacques’s picture

Status: Active » Closed (won't fix)

5.x is no longer supported. If you have the same issue with the 6.x branch please reopen.