ziptime
Normalize `.zip' archive header timestamps
Ziptime helps make .zip
archives reproducible by replacing timestamps in the file header with a fixed time (1 January 2008).
``Extra fields'' are not changed, so you'll need to use the -X
option to zip
to prevent it from storing the ``universal time'' field.
- Versions: 0.0.0-0.2a5bc9d
- Website: https://android.googlesource.com/platform/build/+/master/tools/ziptime/README.txt
- Licenses: ASL 2.0
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ziptime
as follows:
guix install ziptime
Or install a particular version:
guix install ziptime@0.0.0-0.2a5bc9d
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of ziptime about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ziptime'><img src='https://packages.guix.gnu.org/packages/ziptime/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ziptime)
Example Org:
[[https://packages.guix.gnu.org/packages/ziptime][https://packages.guix.gnu.org/packages/ziptime/badges/latest-version.svg]]