summaryrefslogtreecommitdiff
path: root/ext/date/tests/default-timezone-1.phpt
blob: ea5f2e6b84f46a0dbf128a46eddf395824f2c41d (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
date.timezone setting [1]
--INI--
date.timezone=GMT
--FILE--
<?php
	putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
	echo strtotime("2005-06-18 22:15:44");
?>
--EXPECT--
1119132944