对于某些时区,PHP DateTime格式返回false

时间:2013-02-18 11:11:02

标签: php datetime timezone

我正在尝试获取所有PHP standard timezones的当前时间。 我使用下面的代码来获取所有时区的当前时间。

$dateTimeObj = new DateTime( "now", new DateTimeZone( $timezoneName ) );
return $dateTimeObj->format("D, g:i a");

0 个答案:

没有答案