-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/date/tests/
File Upload :
Current File : //usr/src/php/ext/date/tests/default-timezone-2.phpt

--TEST--
date.timezone setting [2]
--FILE--
<?php
date_default_timezone_set('Europe/Oslo');
	putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
	echo strtotime("2005-06-18 22:15:44");
?>
--EXPECT--
1119125744

Copyright © 2017 || Recoded By Mr.Bumblebee