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
尝试将其设置为您的时区。