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

..--

Android.mkD22-Nov-2023855 339

README.txtD22-Nov-2023325 116

ZipEntry.cppD22-Nov-20234.1 KiB15876

ZipEntry.hD22-Nov-20233 KiB11854

ZipFile.cppD22-Nov-20236.9 KiB242130

ZipFile.hD22-Nov-20232.2 KiB8535

ZipTime.cppD22-Nov-20231.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