Skip to content

Commit d997b77

Browse files
fix tables (#1184)
1 parent 1951837 commit d997b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/syntax/temporal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Components of temporal instant values can be accessed as properties.
412412
| `instant.offsetMinutes` | The _timezone_ offset in minutes | Integer | `-1080` to `+1080` | | {check-mark} | | {check-mark} |
413413
| `instant.offsetSeconds` | The _timezone_ offset in seconds | Integer | `-64800` to `+64800` | | {check-mark} | | {check-mark} |
414414
| `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} | | |
415-
| `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} | | | |
415+
| `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} | | |
416416
|===
417417

418418
The following query shows how to extract the components of a _Date_ value:

0 commit comments

Comments
 (0)