From 7951805ec4357f873095b3a120814d40a600c77a Mon Sep 17 00:00:00 2001 From: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:11:15 +0100 Subject: [PATCH] Adding link for more datetime function info (#443) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding link for more datetime function info * Update modules/ROOT/pages/cypher-intro/dates-datetimes-durations.adoc Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com> --------- Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com> --- modules/ROOT/pages/cypher-intro/dates-datetimes-durations.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/cypher-intro/dates-datetimes-durations.adoc b/modules/ROOT/pages/cypher-intro/dates-datetimes-durations.adoc index 370500c7..87424545 100644 --- a/modules/ROOT/pages/cypher-intro/dates-datetimes-durations.adoc +++ b/modules/ROOT/pages/cypher-intro/dates-datetimes-durations.adoc @@ -243,7 +243,7 @@ However, that query results in the following output: _no changes, no records_. If we want to compare durations we need to do that comparison by adding those durations to dates. We don’t really care about dates for our query so we’ll just use the current time to work around this issue. -We can get the current time by calling the datetime() function. +We can get the current time by calling the link:{neo4j-docs-base-uri}/cypher-manual/current/functions/temporal/#functions-datetime[`datetime()` function]. Our updated query reads like this: