Subject: | strptime still no worky on Windows |
This is a re-submission of bug #11947, I couldn't find any way to
re-open that bug. Clumsy of me to not report version and platform the
first time.
The version is not 1.08 as specified above, but 1.09. That version isn't
present in the select box in RT.
The problem is this:
perl -MTime::Piece -e "Time::Piece->strptime(time(), '%s')"
garbage at end of string in strptime: 1156256576 at
C:/Perl/site/lib/Time/Piece.
pm line 465.
WinXp sp2
This is perl, v5.8.6 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)
Hmmm... I just googled a bit
(http://www.google.com/search?q=strptime+win32), and it appears strptime
isn't implemented in MS VC, which is used to build ActiveState's perl.
/J