ITmajor has asked for the wisdom of the Perl Monks concerning the following question:
I have some text files that record time using the excel serial date format. When I try to use DateTime::Format::Excel, it doesn't convert the time portion. For instance, for this value 39547.62534167, only 39547 is converted to a date and the time is completely ignored. How do I get the program to convert both the date & the time?