現在伺服器端時間

現在時間: 2025/07/12 15:49:32

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