php-src/ext/date/tests/bug29150.phpt

10 lines
192 B
Plaintext
Raw Normal View History

--TEST--
Bug #29150 (Roman number format for months)
--FILE--
<?php
2009-10-10 00:31:18 +00:00
date_default_timezone_set('GMT');
echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
?>
--EXPECT--
2005-06-20 00:00:00