in reply to Returning negative milliseconds with Time::Format

Also the milliseconds don't work. This is the bug.
# v1.09 line 372 sould be $frac = $timeval - $cache_value;
Update, I also submitted a patch to rt. https://rt.cpan.org/Ticket/Display.html?id=44167

print+qq(\L@{[ref\&@]}@{['@'x7^'!#2/"!4']});

Replies are listed 'Best First'.
Re^2: Returning negative milliseconds with Time::Format
by CColin (Scribe) on Mar 16, 2009 at 01:19 UTC
    Updated the line in my local module and seems to work fine. Thanks!