PHP 2022.8.31 PHPを日本時間にあわせる <?php date_default_timezone_set('Asia/Tokyo'); echo date('Y/m/d H:i:s'); ?>