Using zipfile.Zipfile How can I add a file to a zip file and keep its date and time correct? Currently the date/time change to the time the file was added to the zip. Zipinfo doesn't have a write method!
Solutions other than zipfile are welcome, with snippets if possible :) ginmf in this instance. -- http://mail.python.org/mailman/listinfo/python-list