From 9b26a57152d9973cfab75c4f4c73d5a1acc006cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:03:57 +0200 Subject: [PATCH 1/2] Add epocmillis cheat sheet tags (#1227) --- .../ROOT/pages/functions/temporal/index.adoc | 69 ++++++++++++------- 1 file changed, 45 insertions(+), 24 deletions(-) diff --git a/modules/ROOT/pages/functions/temporal/index.adoc b/modules/ROOT/pages/functions/temporal/index.adoc index 3354a69a4..c3988b289 100644 --- a/modules/ROOT/pages/functions/temporal/index.adoc +++ b/modules/ROOT/pages/functions/temporal/index.adoc @@ -482,7 +482,6 @@ RETURN theDate ====== .Query -// tag::functions_temporal_date_transaction[] [source, cypher] ---- UNWIND [ @@ -492,7 +491,6 @@ date({year: 1984}) ] AS theDate RETURN theDate ---- -// end::functions_temporal_date_transaction[] .Result [role="queryresult",options="header,footer",cols="1* Date: Wed, 23 Apr 2025 09:02:38 +0200 Subject: [PATCH 2/2] fixes --- modules/ROOT/pages/functions/temporal/index.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/functions/temporal/index.adoc b/modules/ROOT/pages/functions/temporal/index.adoc index c3988b289..0be8324f2 100644 --- a/modules/ROOT/pages/functions/temporal/index.adoc +++ b/modules/ROOT/pages/functions/temporal/index.adoc @@ -710,7 +710,7 @@ However, a different value may be produced for different statements within the s ---- RETURN date.statement() AS currentDate ---- -// tag::functions_temporal_date_statement[] +// end::functions_temporal_date_statement[] .Result [role="queryresult",options="header,footer",cols="1*