Skip to content

Commit

Permalink
fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 9, 2024
1 parent 38c3ec6 commit 00ae2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/extended-json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Conversion table
| |"$id": *ObjectId*}} | |
+--------------------+----------------------------------------------------------+-------------------------------------------------------+
|Datetime |{"$date": {"$numberLong": <64-bit signed integer | {"$date": <ISO-8601 Internet Date/Time Format |
|\[year from 1970 |giving millisecs relative to the epoch, as a *string*>}} | as described in RFC-3339 [#]_ with maximum time |
|\[year from 1970 |giving millisecs relative to the epoch, as a *string*>}} | as described in RFC-3339 [#]_ with maximum time |
|to 9999 inclusive\] | | precision of milliseconds [#]_ as a *string*>} |
+--------------------+----------------------------------------------------------+-------------------------------------------------------+
|Datetime |{"$date": {"$numberLong": <64-bit signed integer | <Same as Canonical Extended JSON> |
Expand Down

0 comments on commit 00ae2c9

Please sign in to comment.