目前 server 時間

目前的時間: 2025/01/11 07:46:14

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