Subject: | DateCalc does not handle fractional days |
The Perl file operator -M returns a file's age in days (expressed in a
real number). I would like to get a real date from this number, but
DateCalc apparently does not like real number days.
my $date = DateCalc('now', ' - 1.23456 days ');