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 程序需要使用中央时间进行日期计算。
目前,我将这一行放在脚本的最顶部:
putenv("TZ=US/Central");
这是最好的方法还是有一些我不知道的 PHP 技巧?
干杯。
您可以使用date_default_timezone_set并且脚本中的所有日期/时间函数都将使用它。
date_default_timezone_set