timestamp_to_iso
Convert Unix timestamps (seconds or milliseconds) to ISO-8601 UTC datetime format. Turn raw epoch numbers into readable, standardized UTC strings for logging and data processing.
Instructions
Convert a Unix timestamp (seconds or ms) to an ISO-8601 UTC datetime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | Yes | unix seconds or milliseconds |