Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query regrading create date time and modified date time of files inside zip #181

Open
nishan-canwill opened this issue Jun 27, 2022 · 3 comments

Comments

@nishan-canwill
Copy link

I want to get the creation date time and modified date time for the files inside the zip. I can see them in the GUI but how do I get them through my python program. Any pointers will be helpful.

Screenshot from 2022-06-27 13-54-51

@nishan-canwill
Copy link
Author

I would really appreciate any help on this

@antermin
Copy link

You can parse the output of 7z l -slt file.zip (look for Modified = and Created = fields).

@ExceptionGit
Copy link

Be careful when using this Created= in the created archives on Linux, they have the wrong created date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants