From 9da7d1880ef342201dfb88558ca4d0887a0db87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:43:28 +0100 Subject: [PATCH] fix tables --- modules/ROOT/pages/syntax/temporal.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: