<?php include("convert_timezone.php"); $obj=new convert_timezone; $str=$obj->conver_to_time(5.5,"2006-10-02 10:30:00",0); echo $str; ?>