There are two different methods of time that the API response back. I'm looking for the date format in PHP that can bring the Unix timeStamp same.
$d = strtotime("Thu Jun 17 01:18:07 PKT 2021");
$t=strtotime("17/06/2021 01:18 AM");
the above should revert similar unix timeStamp