Skip to content

Creates a zip file with no timestamp or date and time fields.

Notifications You must be signed in to change notification settings

angleKH/pycleanzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

A python script that creates a zip file without timestamp metadata, adding all files and directories in the current working directory into it. Note that some extraction programs may parse the zero byte in the date and time field as December 31st, 1979, while others may interpret it as having no timestamp.

Usage

cd first to the directory to zip before running pycleanzip.

python3 /path/to/pycleanzip.py -o out.zip

-o parameter is optional, defaults to file.zip.

About

Creates a zip file with no timestamp or date and time fields.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages