summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug29595.phpt
blob: 285ade140b34801efdbdb3e72e8ebe58276a946f (plain)
1
2
3
4
5
6
7
8
9
10
11
--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