Currently we use dc:modified but we need a more "system" field that records all modifications of the documents. This has several uses:
- find modified since a given date, (for instance for reindexing or syncing processes),
- update token to check concurrent updates.
Due to clustering issues (cluster nodes may have slightly different times), the modification timestamp has to be generated server-side, using CURRENT_TIMESTAMP for SQL and $currentDate for MongoDB.