I have an existing Zip file, on Windows. I am looping thru the members array,
the windows UI displayed file date/time is 08/27/2008, 03:44am
the number returned from member->lastModTime() is 1204756734, which is 03/05/08, 23:13:26
instead of 1188186240
this is Windows, Activestate perl, , this is Archive::Zip version 1.30.
what am I doing wrong?
Sam