If I have variables like this:
$arivalTime1 = '2020-06-05 15:52:27'
$arivalTime2 = '2020-06-05 15:52:55'
how can I convert these variables using Carbon to have the seconds displayed as 00:
$converted1 = 2020-06-05 15:52:00
$converted2 = 2020-06-05 15:52:00