<h1>
    This is test.php
</h1>
<?php
// タイムゾーンを設定（例: Asia/Tokyo）
date_default_timezone_set('Asia/Tokyo');

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