Skip to content

Commit 0bdbde1

Browse files
square brackets
1 parent ea4562d commit 0bdbde1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)