1--TEST-- 2Bug #29595 (Roman number format for months) 3--FILE-- 4<?php 5date_default_timezone_set("GMT"); 6$from_postgres = '2004-08-09 14:48:27.304809+10'; 7 8echo strtotime($from_postgres); 9?> 10--EXPECT-- 111092026907 12