目前 server 時間

目前的時間: 2025/05/23 09:12:03

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