Skip Menu |

This queue is for tickets about the Time-Format CPAN distribution.

Report information
The Basics
Id: 95447
Status: resolved
Priority: 0/
Queue: Time-Format

People
Owner: eric.roode.cpan [...] gmail.com
Requestors: perl [...] greerga.m-l.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.14



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
Should be resolved in v1.14. I took the submitter's advice and rearranged the conditions in classify_time.