時間問候

目前時間:2025/08/10 04:53:09

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

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