1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/date/tests/default-timezone-2.phpt

11 lines
226 B
PHP

--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