Primitive
time.add
BETAShort name: add
Version: 1.0.0
Add a time amount to an instant.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| amount | number | true | Amount to add (may be negative). |
| instant | string | true | Base ISO-8601 instant. |
| unit | string | true | Unit: "seconds", "minutes", "hours", or "days". |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | string | false | Resulting ISO-8601 instant. |