Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Error parsing time at ../Time/Piece.pm line 469.
perl -MPOSIX=strftime -MTime::Piece -E ' say strftime q{%FT%T}, localt +ime; Time::Piece->strptime( strftime(q{%FT%T}, localtime), q{%FT%T}); +' 2015-04-28T14:10:47 Error parsing time at /usr/local/lib64/perl5/Time/Piece.pm line 469.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error parsing using Time::Piece
by kcott (Archbishop) on Apr 28, 2015 at 18:40 UTC | |
by Anonymous Monk on Apr 28, 2015 at 18:48 UTC | |
by jeffa (Bishop) on Apr 28, 2015 at 18:54 UTC | |
by Anonymous Monk on Apr 28, 2015 at 19:05 UTC | |
|
Re: Error parsing using Time::Piece
by jeffa (Bishop) on Apr 28, 2015 at 18:43 UTC | |
|
Re: Error parsing using Time::Piece
by hippo (Archbishop) on Apr 28, 2015 at 18:45 UTC |