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

10 lines
165 B
Plaintext
Raw Normal View History

--TEST--
Bug #43075 (Support 24 as hour)
--FILE--
<?php
$d = date_create("2007-11-01T24:34:00+00:00");
echo $d->format("c");
?>
--EXPECT--
2007-11-02T00:34:00+00:00