timestamp_to_datetime
Convert Unix timestamps to human-readable datetime strings. Transforms epoch seconds into standard date and time format for easier interpretation.
Instructions
Convert a Unix timestamp to a human-readable datetime string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | Yes | The Unix timestamp (seconds since epoch). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |