@@ -445,6 +445,10 @@ Replaced by xref:functions/scalar.adoc#functions-elementid[`elementId()`].
445445| `startNode(input :: RELATIONSHIP) :: NODE`
446446| Returns the start `NODE` of a `RELATIONSHIP`.
447447
448+ 1.1+| xref::functions/scalar.adoc#functions-timestamp[`timestamp()`]
449+ | `timestamp() :: INTEGER`
450+ | Returns the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
451+
4484521.1+| xref::functions/scalar.adoc#functions-toboolean[`toBoolean()`]
449453| `toBoolean(input :: BOOLEAN \| STRING \| INTEGER) :: BOOLEAN`
450454| Converts a `BOOLEAN`, `STRING`, or an `INTEGER` value to a `BOOLEAN` value.
@@ -648,12 +652,12 @@ Values of the xref::values-and-types/temporal.adoc[temporal types] -- `DATE`, `Z
648652| `datetime(input = DEFAULT_TEMPORAL_ARGUMENT :: ANY) :: ZONED DATETIME`
649653| Creates a `ZONED DATETIME` instant.
650654
651- 1.1+| xref::functions/temporal/index.adoc#functions-datetime-timestamp[`datetime.fromepoch ()`]
652- | `datetime.fromepoch (seconds :: INTEGER \| FLOAT, nanoseconds :: INTEGER \| FLOAT) :: ZONED DATETIME`
655+ 1.1+| xref::functions/temporal/index.adoc#functions-datetime-timestamp[`datetime.fromEpoch ()`]
656+ | `datetime.fromEpoch (seconds :: INTEGER \| FLOAT, nanoseconds :: INTEGER \| FLOAT) :: ZONED DATETIME`
653657| Creates a `ZONED DATETIME` given the seconds and nanoseconds since the start of the epoch.
654658
655- 1.1+| xref::functions/temporal/index.adoc#functions-datetime-timestamp[`datetime.fromepochmillis ()`]
656- | `datetime.fromepochmillis (milliseconds :: INTEGER \| FLOAT) :: ZONED DATETIME`
659+ 1.1+| xref::functions/temporal/index.adoc#functions-datetime-timestamp[`datetime.fromEpochMillis ()`]
660+ | `datetime.fromEpochMillis (milliseconds :: INTEGER \| FLOAT) :: ZONED DATETIME`
657661| Creates a `ZONED DATETIME` given the milliseconds since the start of the epoch.
658662
6596631.1+| xref::functions/temporal/index.adoc#functions-datetime-realtime[`datetime.realtime()`]
0 commit comments