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.
currentime=strtotime('22:00:00'); rem=currentime - strtotime('now'); //now is 20:00:00 remaining=date("H:i:s",rem);
04:00:00私の問題は、代わりに残りのショーです02:00:00
04:00:00
02:00:00
それがなぜなのか手がかりはありますか?私も設定しましたdate_default_timezone_set
date_default_timezone_set
php.iniファイルの設定を確認してください。これに似た行があるはずです:date.timezone = UTC
自分のタイムゾーンに設定してみてください。