$date_string = "Jun 03 19:49:27 2018"; $fmt = '%b %d %H:%M:%S %Y'; $time=Time::Piece->strptime( $date_string, $fmt ); print $time->strftime() ."\n";