--TEST-- MongoDB\BSON\UTCDateTime::toDateTime() dumping seconds and microseconds --INI-- date.timezone=UTC --FILE-- toDateTime(); echo $datetime->format('U.u'), "\n"; ?> ===DONE=== --EXPECT-- 1416445411.987000 ===DONE===