目前 server 時間

目前的時間: 25/10/09 18:03:17

問候語: 下班回家請慢走,安心上路...
<?php
	date_default_timezone_set("Asia/Taipei");
	echo date("y/m/d H:i:s");
?>