Skip to content

Commit 2858c29

Browse files
fixes
1 parent 9b26a57 commit 2858c29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ROOT/pages/functions/temporal/index.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ However, a different value may be produced for different statements within the s
710710
----
711711
RETURN date.statement() AS currentDate
712712
----
713-
// tag::functions_temporal_date_statement[]
713+
// end::functions_temporal_date_statement[]
714714
715715
.Result
716716
[role="queryresult",options="header,footer",cols="1*<m"]
@@ -821,7 +821,7 @@ RETURN
821821
date.truncate('week', d, {dayOfWeek: 2}) AS truncWeek,
822822
date.truncate('day', d) AS truncDay
823823
----
824-
// tag::functions_temporal_date_truncate[]
824+
// end::functions_temporal_date_truncate[]
825825
826826
827827
.Result
@@ -1330,13 +1330,13 @@ RETURN datetime({epochMillis: 424797300000}) AS theDate
13301330
======
13311331
13321332
.Query
1333-
// tag::functions_temporal_datetime_fromepoch
1333+
// tag::functions_temporal_datetime_fromepoch[]
13341334
[source, cypher]
13351335
----
13361336
WITH datetime.fromEpoch(1683000000, 123456789) AS dateTimeFromEpoch
13371337
RETURN dateTimeFromEpoch
13381338
----
1339-
// end::functions_temporal_datetime_fromepoch
1339+
// end::functions_temporal_datetime_fromepoch[]
13401340
13411341
.Result
13421342
[role="queryresult",options="header,footer",cols="1*<m"]
@@ -1365,13 +1365,13 @@ RETURN dateTimeFromEpoch
13651365
======
13661366
13671367
.Query
1368-
// tag::functions_temporal_datetime_fromepochmillis
1368+
// tag::functions_temporal_datetime_fromepochmillis[]
13691369
[source, cypher]
13701370
----
13711371
WITH datetime.fromEpochMillis(1724198400000) AS dateTimeFromMillis
13721372
RETURN dateTimeFromMillis
13731373
----
1374-
// end::functions_temporal_datetime_fromepochmillis
1374+
// end::functions_temporal_datetime_fromepochmillis[]
13751375
13761376
.Result
13771377
[role="queryresult",options="header,footer",cols="1*<m"]

0 commit comments

Comments
 (0)