Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在の日時で MySQL テーブルにコンテンツを追加したいと考えています。 コンテンツをデータベースに挿入すると、正しい日付が表示されますが、時刻が間違っています。
$date1 = date("Y-m-d H:i:s");
date_default_timezone_set('Asia/Kolkata'); $date1 = date("Y-m-d H:i:s");
アジア/カルカッタはアジア/コルカタに変更されました