Skip to content

Commit 691d016

Browse files
temporal types topic added (#405)
1 parent cbe130d commit 691d016

File tree

4 files changed

+552
-6
lines changed

4 files changed

+552
-6
lines changed

docs/source/api.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,11 @@ WGS84Point
10421042
Temporal 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+
10451050
Temporal data types are implemented by the ``neo4j.time``
10461051
10471052
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`
10621067
============= ============================ ================================== ============
10631068
10641069
1070+
See topic :ref:`temporal-data-types` for more details.
1071+
1072+
10651073
.. _errors-ref:
10661074
10671075
******

docs/source/index.rst

+4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)