summaryrefslogtreecommitdiff
path: root/ext/date/tests/default-timezone-2.phpt
blob: c9a404bccba15b8fb964dae1a6990ba41980fdae (plain)
1
2
3
4
5
6
7
8
9
10
11
--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