<?php date_default_timezone_set("Asia/Calcutta"); $dt = new DateTime("1970-01-01 12:00:00", new DateTimeZone('UTC')); $seconds = (int)$dt->getTimestamp(); echo date("H:i:s",$seconds);
You have javascript disabled. You will not be able to edit any code.