時間問候

目前時間:2025/10/09 21:01:43

問候: 差不多該休息了

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