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
This commit is contained in:
Derick Rethans 2013-07-16 10:53:38 +00:00
parent 0bb74c75bb
commit bc3819536e

View file

@ -39,7 +39,9 @@
</term>
<listitem>
<para>
Microseconds.
Microseconds. Please be aware though that MongoDB's resolution is
<strong>milliseconds</strong> and not microseconds, which means this
value will be truncated to millisecond resolution.
</para>
</listitem>
</varlistentry>