目前 server 時間

目前的時間: 25/08/09 19:53:49

問候語: 還在忙嗎?記得收拾收拾囉!
<?php
	date_default_timezone_set("Asia/Taipei");
	echo date("y/m/d H:i:s");
?>