10000) //strtotime doesn't like unix epoc time. return intval($string); return strtotime($string); } /** * Creates a new instance of TimeTrackerUser * @param array result data * @return TimeTrackerUser new user instance */ public function createNewInstance($row=null) { throw new TimeTrackerException('Not implemented'); } } ?>