Primitive
time.now
BETAShort name: now
Version: 1.0.0
Return the current instant in ISO or unix formats.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| format | string | false | Output format: "iso", "unixSeconds", or "unixMillis". Defaults to "iso". |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | any | false | Current instant as a string or number depending on format. |