blob: d91d68d9199242aaab2379f6f498e865d7d180e9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--TEST--
Bug #29150 (Roman number format for months)
--INI--
date.timezone=GMT
--FILE--
<?php
echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
?>
--EXPECT--
2005-06-20 00:00:00
|