Hi,
I'm running a few tests after upgrading a web application to 9.3.1. I have this issue where I am trying to get the documents modified since a certain date/time. However, even is a single document is modified db:list-details returns the same modified-date for all listed documents.
To reproduce;
1. Run list-details() on a DB to see dates. 2. Thought WebDAV, modify one of the document in the DB 3. Run list-details() again on that DB. Expected result: the @modifed-date should be different on the document modified in #2 Actual result: all documents have a new @modified-date.