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

10 lines
191 B
Plaintext
Raw Normal View History

--TEST--
Bug #29585 (Support week numbers in strtotime())
--FILE--
<?php
date_default_timezone_set("GMT");
echo gmdate("Y-m-d H:i:s", strtotime("2004W30"));
?>
--EXPECT--
2004-07-19 00:00:00