I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-10-08 15:55:39-07 by sdetweil
member->lastModTime() incorrect
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
Direct Responses: 11571 | Write a response
Posted on 2009-10-08 17:13:23-07 by sdetweil in response to 11568
Re: member->lastModTime() incorrect
sorry, typo on the previous post.. the Windows UI and Winzip UI displayed date/time is 08/27/2007, 03:44am (not 2008).. Sam
Direct Responses: 11576 | Write a response
Posted on 2009-10-09 16:09:30-07 by sdetweil in response to 11571
Re: member->lastModTime() incorrect
never mind.. found a directory mismatch problem.. sam
Direct Responses: Write a response