I am having one application which is using client object model to access the sharepoint foundation 2010 data. But the LastModifiedTime of the files if you get from client object model is different from what if you see the file in web browser.
Share
The property
SPFile.TimeLastModifiedreturns the date and time in Coordinated Universal Time (UTC).The same is probably true for the client object model counterpart File.TimeLastModified.
When displaying files in SharePoint, for instance in a document library list view, the dates will be converted to local time defined by the regional settings of the web.
When accessing the modification date column on a
SPListItemvia the API the date and time will be converted to local time as well: