Subject: | 1.12: Bug formatting times with fractional seconds |
Date: | Wed, 7 May 2014 12:09:10 -0400 (EDT) |
To: | bug-Time-Format [...] rt.cpan.org |
From: | George Greer <perl [...] greerga.m-l.org> |
- - - 8< - - - 8< - - -
perl -MTime::Format -e 'print time_format "ymd", 1399092712.49'
Unrecognized DateTime string "1399092712.49": probable Time::Format bug at (eval 1) line 248, <DATA> line 1.
- - - 8< - - - 8< - - -
The regexp splits it as date="13990927" and time="12.49".
Workaround I'm using is moving the numeric time match before the datetime
match.
--
George Greer