Newer
Older
ServerTester / test.php
@motoki miura motoki miura on 9 Aug 176 bytes first
<h1>
    This is test.php
</h1>
<?php
// タイムゾーンを設定(例: Asia/Tokyo)
date_default_timezone_set('Asia/Tokyo');

echo "現在時刻は ".date("Y-m-d H:i:s");