summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug26694.phpt
blob: a709d1666c3351b9934039975b54760e0e073edc (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #26694 (strtotime() request for "Sun, 21 Dec 2003 20:38:33 +0000 GMT")
--FILE--
<?php
	putenv("TZ=GMT");
	echo gmdate("Y-m-d H:i:s", strtotime("Sun, 21 Dec 2003 20:38:33 +0000 GMT"));
?>
--EXPECT--
2003-12-21 20:38:33