php-src/ext/date/tests/bug29595.phpt
Derick Rethans bf23d8d2b8 - Renamed date_timezone_set/get() to date_default_timezone_set/get().
- Added missing proto's and folding marks.
2005-07-04 21:27:26 +00:00

12 lines
210 B
PHP

--TEST--
Bug #29595 (Roman number format for months)
--FILE--
<?php
date_default_timezone_set("GMT");
$from_postgres = '2004-08-09 14:48:27.304809+10';
echo strtotime($from_postgres);
?>
--EXPECT--
1092026907