pixl coder
pixl coder

Reputation: 628

Convert zip file timestamps to human readable format

How can the file last modification date and time, for files in a zip file, be converted to a human readable format?

Upvotes: 1

Views: 1032

Answers (1)

pixl coder
pixl coder

Reputation: 628

I've got it!

The zip file timestamp in the same format as the FAT timestamp. You can find out how to convert it at wikipedia

Or at other stackoverflow question: Unix timestamp to FAT timestamp

Upvotes: 1

Related Questions