• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Android.bpD23-Mar-2024897 3832

README.txtD23-Mar-2024325 116

ZipEntry.cppD23-Mar-20244 KiB15674

ZipEntry.hD23-Mar-20243 KiB11854

ZipFile.cppD23-Mar-20246.9 KiB242130

ZipFile.hD23-Mar-20242.2 KiB8535

ZipTime.cppD23-Mar-20241.2 KiB4923

README.txt

1ziptime -- zip timestamp tool
2
3usage: ziptime file.zip
4
5  file.zip is an existing Zip archive to rewrite
6
7
8This tools replaces the timestamps in the zip headers with a static time
9(Jan 1 2008). The extra fields are not changed, so you'll need to use the
10-X option to zip so that it doesn't create the 'universal time' extra.
11