summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug29150.phpt
blob: 274584d050842f4216f5f227fb4209f685951752 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #29150 (Roman number format for months)
--FILE--
<?php
	putenv("TZ=GMT");
	echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
?>
--EXPECT--
2005-06-20 00:00:00