目前 server 時間

目前的時間: 2024/12/04 01:14:24

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