File tree Expand file tree Collapse file tree 4 files changed +552
-6
lines changed Expand file tree Collapse file tree 4 files changed +552
-6
lines changed Original file line number Diff line number Diff line change @@ -1042,6 +1042,11 @@ WGS84Point
10421042Temporal Data Types
10431043** *****************
10441044
1045+ Cypher has built- in support for handling temporal values,
1046+ and the underlying database supports storing these temporal values as properties on nodes and relationships.
1047+
1048+ https:// neo4j.com/ docs/ cypher- manual/ current/ syntax/ temporal/
1049+
10451050Temporal data types are implemented by the `` neo4j.time``
10461051
10471052These provide a set of types compliant with ISO - 8601 and Cypher, which are similar to those found in the built- in `` datetime`` module.
@@ -1062,6 +1067,9 @@ Duration :class:`neo4j.time.Duration` :class:`python:datetime.timedelta`
10621067============ = ============================ ================================== ============
10631068
10641069
1070+ See topic :ref:`temporal- data- types` for more details.
1071+
1072+
10651073.. _errors- ref:
10661074
10671075** ****
Original file line number Diff line number Diff line change @@ -28,12 +28,16 @@ Topics
2828
2929+ :ref: `api-documentation `
3030
31+ + :ref: `temporal-data-types `
32+
3133+ :ref: `breaking-changes `
3234
35+
3336.. toctree ::
3437 :hidden:
3538
3639 api.rst
40+ temporal_types.rst
3741 breaking_changes.rst
3842
3943
You can’t perform that action at this time.
0 commit comments