Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルをzipファイルに追加するときに、ファイルに特定のタイムスタンプを強制することはできますか?
これらの行に沿ったもの:
with ZipFile('spam.zip', 'w') as myzip: myzip.write('eggs.txt', date_time=(1752, 9, 9, 15, 0, 0))
zipfile のメンバーの ZipInfo を変更できますか?