目前 server 時間

目前的時間: 2025/08/03 15:06:38

問候語: 傍晚黃昏、再努力一下
<?php
	date_default_timezone_set("ASia/Taipei");
	echo date("Y/m/d H:i:s");
?>