From Timestamp
from_timestampConvert a Unix timestamp to an ISO-8601 UTC date + human forms. Auto-detects seconds vs milliseconds by magnitude (override with unit). Keyless, offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | "s" or "ms" (default: auto-detect). | |
| timestamp | Yes | Unix timestamp. |