我試圖運行此腳本:DateTimeZone錯誤:未知的或壞的時區
<?php
$d = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$time = $d->format('H:i');
echo $time;
?>
,但我得到這個錯誤:
Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct() [<a href='function.DateTimeZone---construct'>function.DateTimeZone---construct</a>]: Unknown or bad timezone (Asia/Kolkata)
雖然它可以很好地用於Asia/Dacca
例如。可能是什麼問題以及如何解決它?
`的print_r(DateTimeZone :: listIdentifiers());`它返回`亞洲/加爾各答'? – ajreal 2011-01-31 07:12:44