datetime_from_timestamp
Convert a Unix timestamp to an ISO 8601 datetime string, with optional timezone adjustment for accurate date and time representation.
Instructions
[datetime] Convert a Unix timestamp to an ISO 8601 datetime string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | Yes | ||
| timezone | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |