You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/functions/temporal/duration.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ See also xref::values-and-types/temporal.adoc[Temporal values] and xref::express
34
34
| The values of the parameters may be arbitrarily large.
35
35
| The values of the parameters may be negative.
36
36
| The xref:values-and-types/temporal.adoc#cypher-temporal-accessing-components-durations[components of `DURATION` objects] are individually accessible.
37
-
| The `pattern` parameter follows the link:https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html[Java DateTimeFormatter].
37
+
| The `pattern` parameter is constructed from xref:functions/temporal/format.adoc#query-functions-temporal-format-duration-types-characters[Allowed characters for duration types].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/functions/temporal/index.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ The following table lists the supported truncation units and the corresponding s
395
395
| `date(null)` returns `null`.
396
396
| If any of the optional parameters are provided, these will override the corresponding components of `date`.
397
397
| `date(dd)` may be written instead of `+date({date: dd})+`.
398
-
| The `pattern` parameter follows the link:https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html[Java DateTimeFormatter].
398
+
| The `pattern` parameter is constructed from xref:functions/temporal/format.adoc#query-functions-temporal-format-instance-types-characters[Allowed characters for instance types].
399
399
400
400
|===
401
401
@@ -920,7 +920,7 @@ RETURN
920
920
| Selecting a `ZONED DATETIME` or `ZONED TIME` as the `time` component and overwriting the timezone will adjust the local time to keep the same point in time.
921
921
| `epochSeconds`/`epochMillis` may be used in conjunction with `nanosecond`.
922
922
| `datetime(null)` returns null.
923
-
| The `pattern` parameter follows the link:https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html[Java DateTimeFormatter].
923
+
| The `pattern` parameter is constructed from xref:functions/temporal/format.adoc#query-functions-temporal-format-instance-types-characters[Allowed characters for instance types].
924
924
925
925
|===
926
926
@@ -1671,7 +1671,7 @@ RETURN
1671
1671
| `localdatetime(null)` returns null.
1672
1672
| If any of the optional parameters are provided, these will override the corresponding components of `datetime`, `date` and/or `time`.
1673
1673
| `localdatetime(dd)` may be written instead of `+localdatetime({datetime: dd})+`.
1674
-
| The `pattern` parameter follows the link:https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html[Java DateTimeFormatter].
1674
+
| The `pattern` parameter is constructed from xref:functions/temporal/format.adoc#query-functions-temporal-format-instance-types-characters[Allowed characters for instance types].
1675
1675
1676
1676
|===
1677
1677
@@ -2241,7 +2241,7 @@ RETURN
2241
2241
| `localtime(null)` returns null.
2242
2242
| If any of the optional parameters are provided, these will override the corresponding components of `time`.
2243
2243
| `localtime(tt)` may be written instead of `localtime({time: tt})`.
2244
-
| The `pattern` parameter follows the link:https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html[Java DateTimeFormatter].
2244
+
| The `pattern` parameter is constructed from xref:functions/temporal/format.adoc#query-functions-temporal-format-instance-types-characters[Allowed characters for instance types].
2245
2245
2246
2246
|===
2247
2247
@@ -2647,7 +2647,7 @@ RETURN
2647
2647
| `time(tt)` may be written instead of `+time({time: tt})+`.
2648
2648
| Selecting a `ZONED TIME` or `ZONED DATETIME` value as the `time` component also selects its timezone. If a `LOCAL TIME` or `LOCAL DATETIME` is selected instead, the default timezone is used. In any case, the timezone can be overridden explicitly.
2649
2649
| Selecting a `ZONED DATETIME` or `ZONED TIME` as the `time` component and overwriting the timezone will adjust the local time to keep the same point in time.
2650
-
| The `pattern` parameter follows the link:https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/format/DateTimeFormatter.html[Java DateTimeFormatter].
2650
+
| The `pattern` parameter is constructed from xref:functions/temporal/format.adoc#query-functions-temporal-format-instance-types-characters[Allowed characters for instance types].
0 commit comments