php-src/ext/date/tests/default-timezone-2.phpt

12 lines
217 B
Plaintext
Raw Normal View History

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