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.
php.ini でタイムゾーンをアフリカ/ヨハネスブルグ (+2GMT) に設定しています。getdate時間は 0 です。時間は実際には 3 であり、まだ UTC のままであれば、午前 11 時となります。PC の時刻を変更しましたが、まだ機能していません。他に何が原因でしょうか?
getdate
date_default_timezone_setを使用
例えば:
date_default_timezone_set('Africa/Johannesburg');