Timestamp Convert
dev_timestamp_convertConvert between Unix timestamps and ISO 8601 dates. Use when normalizing date formats across APIs, logs, or databases. Returns both Unix and ISO representations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Target format hint | |
| from | No | Source format hint (unix, unix_ms, iso) | |
| timestamp | Yes | Timestamp to convert (Unix seconds, Unix ms, or ISO 8601 string) |