Possibility to override "first published date" for content?

Is there any possibility to override “first published date”? According to developer this wasn’t possible in earlier versions of Enonic XP. We are now on 6.7.2. This is feature which would be useful in some cases when migrating content from the old site.

I think it’s possible using the content api:

http://repo.enonic.com/public/com/enonic/xp/docs/6.7.2/docs-6.7.2-libdoc.zip!/module-lib_xp_content.html#.modify

And change for instance these:

 "createdTime": "2016-09-01T07:22:23.975Z",
 "modifiedTime": "2016-10-13T15:25:09.695Z",

Actually - for 6.7.x there is no “first published date”. This is coming in a future release.

Hi Malin,

This is included in 6.9. We renamed this to publish.from.

Regards,
Morten