php-src/ext/date/tests/bug33056.phpt
2005-06-15 23:24:28 +00:00

13 lines
251 B
PHP

--TEST--
Bug #33056 (strtotime() does not parse 20050518t090000Z)
--FILE--
<?php
echo strtotime('20050518t090000Z')."\n";
echo strtotime('20050518t091234Z')."\n";
echo strtotime('20050518t191234Z')."\n";
?>
--EXPECT--
1116406800
1116407554
1116443554