unix_timestamp
Convert Unix timestamps to ISO 8601 dates or convert ISO date strings to Unix timestamps. Provide a value to get the equivalent format.
Instructions
Convert between Unix timestamps and ISO 8601 dates. Pass a timestamp to get ISO, or a date to get timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Unix timestamp (seconds or ms) OR ISO date string OR 'now' |