in reply to Time::Piece and localtime?
$date1 = localtime->strptime($date1, $dateformat); [download]
that worked, thank you!