Timezone Convert
timezoneConvert a timestamp between IANA timezones with DST handled correctly. Returns local times, UTC offsets, weekday, and hour-of-day per zone. POST { time?, from?, to } — to is a zone or array (max 20). Price: $0.002/call with credits key; free demo without (2KB input cap).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | IANA zone or array of zones (max 20) | |
| from | No | IANA zone the input wall-clock is in | |
| time | No | ISO string, epoch, or 'now' |