Convert Timestamp
convert_timestampConvert Unix epoch timestamps to human-readable time in any IANA timezone, automatically detecting seconds vs milliseconds.
Instructions
Convert between Unix epoch and human-readable time, in any IANA timezone. Auto-detects seconds vs milliseconds. Use this rather than doing the arithmetic in your head. Web version: https://buildutilities.com/timestamp-converter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Epoch seconds/ms, an ISO 8601 string, or "now" | |
| timeZone | No | IANA timezone, e.g. "America/New_York" | UTC |