<?php ini_set('date.timezone', 'America/Los_Angeles'); $nowTime = new DateTime(); $nowTime->setTimestamp(1667416695); $dateTime = new DateTime(); $dateTime->setTimestamp(1671904800); $dateTime->setTimezone(new DateTimeZone('America/New_York')); echo $dateTime->diff($nowTime)->format('%r%a');
You have javascript disabled. You will not be able to edit any code.