Subject: | [Win32] strftime fails to substitute week number for %V |
On Win32 (Strawberry Perl) the following fails to work as expected:
use Time::Piece
warn localtime->strftime('%V');
I get a "Warning: something's wrong" instead of the week number that I see under Linux. I don't see anything in the documentation mentioning this behaviour.
--
Mark Lawrence