目前 server 時間

目前時間: 2024/11/21 19:12:42

<?php
	date_default_timezone_set("Asia/Taipei");
	echo date("Y/m/d H:i:s");
?>