Subject: | unparsable moment on March 11, 2012 |
Here's a bit of a debug session:
DB<30> p ParseDate('March 11, 2012 3:42')
2012031103:42:00
DB<31> p ParseDate('March 11, 2012 2:42')
DB<32> p ParseDate('March 11, 2012 1:42')
2012031101:42:00
For some reason 'March 11, 2012 3:42' and 'March 11, 2012 1:42' are
parsable but 'March 11, 2012 2:42' isn't. I'm in the U.S. in the Eastern
time zone, for what it's worth, and though I doubt this is relevant,
here's some more contextual information:
houghton@NorthernSpy:~$ uname -a
Linux NorthernSpy 3.0.0-17-generic-pae #30-Ubuntu SMP Thu Mar 8 17:53:35
UTC 2012 i686 athlon i386 GNU/Linux
houghton@NorthernSpy:~$ perl -version
This is perl 5, version 12, subversion 4 (v5.12.4) built for i686-linux-
gnu-thread-multi-64int
(with 45 registered patches, see perl -V for more detail)