get time from timestamp php code example Example: php datetime from timestamp $ts = 1171502725; $date = new DateTime("@$ts");