在我的应用程序中,我必须获取本地时间,我使用了以下代码:
$date = new Zend_Date();
$time = $date->get(Zend_Date::TIME_LONG);
但它给了我 UTC 时间上午 7:51:00。有人可以帮我得到我的当地时间。谢谢。
在我的应用程序中,我必须获取本地时间,我使用了以下代码:
$date = new Zend_Date();
$time = $date->get(Zend_Date::TIME_LONG);
但它给了我 UTC 时间上午 7:51:00。有人可以帮我得到我的当地时间。谢谢。