File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/ROOT/pages/functions/temporal Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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----
13361336WITH datetime.fromEpoch(1683000000, 123456789) AS dateTimeFromEpoch
13371337RETURN 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----
13711371WITH datetime.fromEpochMillis(1724198400000) AS dateTimeFromMillis
13721372RETURN 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"]
You can’t perform that action at this time.
0 commit comments