From bc3819536ea71afc39aa0b4d48ae2c76b230a59d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 16 Jul 2013 10:53:38 +0000 Subject: [PATCH] MongoDB only stores millisecond resolution, clarify that in the docs. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330936 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongodate/construct.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/mongo/mongodate/construct.xml b/reference/mongo/mongodate/construct.xml index 9fe0fc25f8..b3513ed6c4 100644 --- a/reference/mongo/mongodate/construct.xml +++ b/reference/mongo/mongodate/construct.xml @@ -39,7 +39,9 @@ - Microseconds. + Microseconds. Please be aware though that MongoDB's resolution is + milliseconds and not microseconds, which means this + value will be truncated to millisecond resolution.