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


in reply to Re^2: Strage result using localtime to convert epoch time
in thread Strage result using localtime to convert epoch time

Excellent.

Simply changing to

($sec, $min, $hr, $day, $month, $year, $day_Of_Week, $julianDate, $dst +) = CORE::localtime($mtime);
gave the desired result.

Thanks