1

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

pixl coder
  • 628
  • 5
  • 8

1 Answers1

1

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

Community
  • 1
  • 1
pixl coder
  • 628
  • 5
  • 8