Skip to content

Commit f20d685

Browse files
committed
review suggestions
1 parent a7595ad commit f20d685

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ See also xref::values-and-types/temporal.adoc[Temporal values] and xref::express
3434
| The values of the parameters may be arbitrarily large.
3535
| The values of the parameters may be negative.
3636
| 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].
3838

3939
|===
4040

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ The following table lists the supported truncation units and the corresponding s
395395
| `date(null)` returns `null`.
396396
| If any of the optional parameters are provided, these will override the corresponding components of `date`.
397397
| `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].
399399

400400
|===
401401

@@ -920,7 +920,7 @@ RETURN
920920
| 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.
921921
| `epochSeconds`/`epochMillis` may be used in conjunction with `nanosecond`.
922922
| `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].
924924

925925
|===
926926

@@ -1671,7 +1671,7 @@ RETURN
16711671
| `localdatetime(null)` returns null.
16721672
| If any of the optional parameters are provided, these will override the corresponding components of `datetime`, `date` and/or `time`.
16731673
| `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].
16751675

16761676
|===
16771677

@@ -2241,7 +2241,7 @@ RETURN
22412241
| `localtime(null)` returns null.
22422242
| If any of the optional parameters are provided, these will override the corresponding components of `time`.
22432243
| `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].
22452245

22462246
|===
22472247

@@ -2647,7 +2647,7 @@ RETURN
26472647
| `time(tt)` may be written instead of `+time({time: tt})+`.
26482648
| 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.
26492649
| 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].
26512651

26522652
|===
26532653

0 commit comments

Comments
 (0)