File tree 4 files changed +552
-6
lines changed
4 files changed +552
-6
lines changed Original file line number Diff line number Diff line change @@ -1042,6 +1042,11 @@ WGS84Point
1042
1042
Temporal Data Types
1043
1043
** *****************
1044
1044
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
+
1045
1050
Temporal data types are implemented by the `` neo4j.time``
1046
1051
1047
1052
These 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`
1062
1067
============ = ============================ ================================== ============
1063
1068
1064
1069
1070
+ See topic :ref:`temporal- data- types` for more details.
1071
+
1072
+
1065
1073
.. _errors- ref:
1066
1074
1067
1075
** ****
Original file line number Diff line number Diff line change @@ -28,12 +28,16 @@ Topics
28
28
29
29
+ :ref: `api-documentation `
30
30
31
+ + :ref: `temporal-data-types `
32
+
31
33
+ :ref: `breaking-changes `
32
34
35
+
33
36
.. toctree ::
34
37
:hidden:
35
38
36
39
api.rst
40
+ temporal_types.rst
37
41
breaking_changes.rst
38
42
39
43
You can’t perform that action at this time.
0 commit comments