I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / bug43527.php
blob75758613293284167ea951edb1b5c94ce576f970
1 <?php
2 date_default_timezone_set("Etc/GMT+1");
3 $datetime = new DateTime('Fri, 07 Dec 2007 19:05:14 +1000');
4 echo $datetime->getTimezone()->getName(), "\n";
5 ?>