{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "Fixed in change set 24950.\nThis will be in the next v1.6 prelim release, and will be in the v1.6 final release.",
    "ClosedDate": "2008-09-30T15:58:17.023-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "When I zip a file using the following code the modified time gets set incorrectly.  It is always 1 hour before the actual file time.  So if the the file was created at 9/16/2008 11:00 AM it will show 9/16/2008 10:00 AM in the zip file.\n \n        Dim oZip As New ZipFile(\"C:\\MONITOR\\test.zip\")\n        With oZip\n            .AddFile(\"C:\\MONITOR\\log.txt\", \"\")\n            .Save()\n        End With\n \nThanks!",
    "LastUpdatedDate": "2013-05-16T05:32:38.843-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-09-17T06:32:32.67-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Incorrect Modified Time",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 6191
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Interesting!  Can you tell me what you mean by \"it will show 9/16/2008 10:00 AM in the zip file.\"  What are you using to \"show\" the time?    Is it only the time that is shown in the zipfile?  What happens if you extract the file?  Do you get the correct time on the filesystem file? \r\n",
      "PostedDate": "2008-09-17T06:48:51.54-07:00",
      "Id": -2147483648
    },
    {
      "Message": "When I open the zip file with winzip (and with windows compressed folders).  The modified time of the file is always 1 hour earlier.  Also when I extract the file it does get the 1 hour earlier timestamp on the file.\r\n\r\nThanks.",
      "PostedDate": "2008-09-17T10:43:07.407-07:00",
      "Id": -2147483648
    },
    {
      "Message": "what version of the library are you using?  What is your timezone? \r\n",
      "PostedDate": "2008-09-30T13:13:23.213-07:00",
      "Id": -2147483648
    },
    {
      "Message": "I have reproduced the problem.\r\n",
      "PostedDate": "2008-09-30T13:14:21.32-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2008-09-30T15:58:17.023-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:40.62-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:38.843-07:00",
      "Id": -2147483648
    }
  ]
}