mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
0bb74c75bb
commit
bc3819536e
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue