How do you change the timezone in PHP for an existing timestamp?

后端 未结 2 571
青春惊慌失措
青春惊慌失措 2020-12-16 05:22

The code for the date and time function:

function date_and_time($format,$timestamp) {

$date_and_time = date($format,$timestamp);
return $date_and_time;

}
<         


        
2条回答
提交回复
热议问题