date_default_timezone_set('Europe/London');
$yourTimestamp = 1654621854615150;
$datetime = new DateTime();
$datetime->setTimestamp($yourTimestamp);
print_r($datetime);
https://stackoverflow.com/questions/2095020/how-do-you-change-the-timezone-in-php-for-an-existing-timestamp