{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 33923.  First binary v1.8.4.5",
    "ClosedDate": "2009-07-03T14:04:27.27-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "I am seeing some strange behaviour with regard to file times with Zip files that I create with DotNetZip.  For example, if I create a Zip file and then look at it in WinZip some of the file times are an hour different to what I expect.\n \nI think this is due to the way that DotNetZip manipulates the file times when adding a file to the Zip to adjust for daylight saving time.  I can see why this is necessary for the standard Last Modified time as this is stored as a local time.  However, I think it is wrong to do it for the NTFS times as these should be stored as UTC.  \n \nFixing this requires changes to ZipEntry.cs, wherever Atime, Mtime and Ctime are handled.  Also changes to FileSelector.cs, so that times are compared on the same basis.  And new tests in Selector.cs.",
    "LastUpdatedDate": "2013-05-16T05:32:15.81-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-07-01T11:17:11.537-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "NTFS file times should be stored in UTC",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 7966
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "fixed in changeset 33895.  First binary: v1.8.4.1\r\n\r\n\r\n\n\n** Closed by Cheeso 7/1/2009 5:38 PM",
      "PostedDate": "2009-07-03T09:50:53.397-07:00",
      "Id": -2147483648
    },
    {
      "Message": "This wasn't really fixed.  Needs more testing.",
      "PostedDate": "2009-07-03T09:50:54.663-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2009-07-03T14:04:27.27-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:10.17-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:15.81-07:00",
      "Id": -2147483648
    }
  ]
}