時間問候

目前時間:2025/06/16 04:27:43

問候: 看到這行訊息的你,是個夜貓子

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