diff --git a/modules/ROOT/pages/syntax/temporal.adoc b/modules/ROOT/pages/syntax/temporal.adoc index 5f70fc33d..0497daa08 100644 --- a/modules/ROOT/pages/syntax/temporal.adoc +++ b/modules/ROOT/pages/syntax/temporal.adoc @@ -412,7 +412,7 @@ Components of temporal instant values can be accessed as properties. | `instant.offsetMinutes` | The _timezone_ offset in minutes | Integer | `-1080` to `+1080` | | {check-mark} | | {check-mark} | | `instant.offsetSeconds` | The _timezone_ offset in seconds | Integer | `-64800` to `+64800` | | {check-mark} | | {check-mark} | | `instant.epochMillis` | The number of milliseconds between `1970-01-01T00:00:00+0000` and the instant.footnote:[The expression `datetime().epochMillis` returns the equivalent value of the `timestamp()` function.] | Integer | Positive for instants after and negative for instants before `1970-01-01T00:00:00+0000` | | {check-mark} | | | -| `instant.epochSeconds` | The number of seconds between `1970-01-01T00:00:00+0000` and the instant.footnote:[For the _nanosecond_ part of the _epoch_ offset, the regular _nanosecond_ component (`instant.nanosecond`) can be used.] | Integer | Positive for instants after and negative for instants before `1970-01-01T00:00:00+0000` | | {check-mark} | | | | +| `instant.epochSeconds` | The number of seconds between `1970-01-01T00:00:00+0000` and the instant.footnote:[For the _nanosecond_ part of the _epoch_ offset, the regular _nanosecond_ component (`instant.nanosecond`) can be used.] | Integer | Positive for instants after and negative for instants before `1970-01-01T00:00:00+0000` | | {check-mark} | | | |=== The following query shows how to extract the components of a _Date_ value: