You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Julius Davies (JIRA)" <ji...@apache.org> on 2013/01/10 21:42:12 UTC

[jira] [Reopened] (COMPRESS-210) handle zip extra field 0x5455 - Extended Timestamp

     [ https://issues.apache.org/jira/browse/COMPRESS-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julius Davies reopened COMPRESS-210:
------------------------------------


Unit tests failing in the gump report.  Re-opening and assigning back to myself so I don't forget about it!
                
> handle zip extra field 0x5455 - Extended Timestamp
> --------------------------------------------------
>
>                 Key: COMPRESS-210
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-210
>             Project: Commons Compress
>          Issue Type: Improvement
>          Components: Archivers
>            Reporter: Julius Davies
>            Assignee: Julius Davies
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: COMPRESS-210.patch
>
>
> From Info Zip's "zip-3.0" source archive (proginfo/extrafld.txt):
>          -Extended Timestamp Extra Field:
>           ==============================
>           The following is the layout of the extended-timestamp extra block.
>           (Last Revision 19970118)
> {noformat}
>           Local-header version:
>           Value         Size        Description
>           -----         ----        -----------
>   (time)  0x5455        Short       tag for this extra block type ("UT")
>           TSize         Short       total data size for this block
>           Flags         Byte        info bits
>           (ModTime)     Long        time of last modification (UTC/GMT)
>           (AcTime)      Long        time of last access (UTC/GMT)
>           (CrTime)      Long        time of original creation (UTC/GMT)
>           Central-header version:
>           Value         Size        Description
>           -----         ----        -----------
>   (time)  0x5455        Short       tag for this extra block type ("UT")
>           TSize         Short       total data size for this block
>           Flags         Byte        info bits (refers to local header!)
>           (ModTime)     Long        time of last modification (UTC/GMT)
> {noformat}
>           The central-header extra field contains the modification time only,
>           or no timestamp at all.  TSize is used to flag its presence or
>           absence.  But note:

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira