We have made an observation that on da, for any document, when we call create version, it will create a version with the timestamp that points to last modified date for the given file. For instance, if I have a file that was last edited 5 days back and I create a version today, the latest version will be having timestamp pointing to 5 days back and not the actual time when the version was created. If we modify again and create a version, it will then have todays timestamp and time of last modified respectively. This might confuse the user, who would be expecting version timestamp to be the time of creation.
We have made an observation that on da, for any document, when we call create version, it will create a version with the timestamp that points to last modified date for the given file. For instance, if I have a file that was last edited 5 days back and I create a version today, the latest version will be having timestamp pointing to 5 days back and not the actual time when the version was created. If we modify again and create a version, it will then have todays timestamp and time of last modified respectively. This might confuse the user, who would be expecting version timestamp to be the time of creation.