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サーバーでセッションごとに時間を設定できることを知っています
SET SESSION time_zone = '+04:00'
質問は+04:00、私の国の PHP でこれを検出する方法です (夏時間のために年によって異なる場合があります)。
+04:00
America/Chicago一連の時間の +/- ではなく、タイムゾーン名 ( など) を使用してみてください。これは、夏時間を考慮に入れる必要があります。
America/Chicago
zoneinfo をまだロードしていない場合は、mysql データベースにロードする必要があります。