summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug21399.phpt
blob: 08040bec5430742aed44d86030c5ee2ca8663625 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #21399 (strtotime() request for "YYYYMMDDhhmmss [ZZZ]")
--FILE--
<?php
	putenv("TZ=GMT");
	echo gmdate("Y-m-d H:i:s", strtotime("20050620091407 GMT"));
?>
--EXPECT--
2005-06-20 09:14:07