Not a bug, just a suggestion. I may be missing an existing method to do what I seek.
A large number of the Date::Calc functions require one or more sets of ($year,$month,$day) arguments. Frequently what I am working with is an epoch time value (such as is returned by the system 'time' function), and would like to use that value in my Date::Calc manipulations.
Since the Date::Calc::Localtime function turns an epoch time into $year, $month, $day, $hour, $min, $sec, $doy, $dow, $dst (which is fine) and since I see no function that returns only ($year, $month, $day), if I have an epoch time and simply want to find out what the "day before" that epoch time was, I have to do this: