Timestamp

A timestamp in Unix epoch format (number of seconds since 01/01/1970 00:00:00 UTC)

Specification

nested

Available types:

Type
Specification

array

Provides an array of nested parameters that are shown when the value of the parameter is set (value is not empty)

string

Provides a URL address of an RPC to load a list of nested parameters.

object

Provides a detailed specification of nested parameters.

{
    "name": "myTimestamp",
    "type": "timestamp",
    "label": "My Timestamp",
    "nested": "rpc://getNestedFields"
}

Example

Basic timestamp input

The value from the timestamp input is validated as a UNIX timestamp. If it doesn't match the UNIX timestamp pattern, the validation will fail.

Last updated