Mismatch in lastModified time ?
I have a piece of code which extracts, amongst other things, the "lastModifiedDate" for a file..
IFileItemHandle hFile = (IFileItemHandle) item; If I compare lastModifiedDate with the date/time I see in the history through the UI there is a mismatch of about times The code returned 2009-11-26 16:04:53, but UI views of the files (show history), refer to the change in terms of the change set, the time is 26th November 16:29 I'd like to understand what the file.modified() refers to as I'd like to present a consistant set of data. regards John |
One answer
The file time is the time the file was checked into the repo.
The Show History time is labeled the time the change set was created. On Sun, 29 Nov 2009 09:53:02 -0500, jkelly <john> wrote: I have a piece of code which extracts, amongst other things, the |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.