Subject: | strptime doesn't work |
perl -MTime::Piece -e "Time::Piece->strptime(time(), '%s')"
garbage at end of string in strptime: 1111357712 at C:/appl/dev/mod_perl/Perl/site/lib/Time/Piece.pm line 442.
%s is the seconds since the epoch, and so is time(), right? So that should work
/J