目前 server 時間

目前的時間: 2024/04/17 07:12:37

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