http://www.perlmonks.org?node_id=750652

CColin has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I've installed Time::Format and dependent modules. Running the following example from the documentation:
print $time{'hh:mm:ss.uuuuuu'}
on my system returns negative millisecond values, as in
20:17:16.-405272
The documentation shows the above without a minus sign. Have searched for the problem with no success. Any clues appreciated.