現在伺服器端時間

現在時間: 2024/04/26 20:55:13

問候語: 差不多該休息了
<?php
	date_default_timezone_set("Asia/Taipei");
	echo date("Y/m/d H:i:s");
?>