目前 server 時間

目前的時間: 2025/09/04 07:12:33

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