๐Ÿ•

Timezone Conversion API

Convert datetimes between any IANA timezone โ€” UTC, America/Sao_Paulo, Asia/Tokyo and 80+ more. No external API, zero latency.

API Docs $0.001 / conversion

About this tool

Convert any datetime from one IANA timezone to another. Accepts ISO 8601 strings or Unix timestamps as input. Returns ISO, Unix, or human-readable output. Uses Node.js native Intl โ€” no external API calls, instant response.

Quick Start

curl -X POST "https://api.iteratools.com/time/convert" \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "datetime": "2026-03-27T17:00:00", "from_tz": "UTC", "to_tz": "America/Sao_Paulo", "format": "iso" }'

Response

{ "input": { "datetime": "2026-03-27T17:00:00", "timezone": "UTC" }, "output": { "datetime": "2026-03-27T14:00:00-03:00", "timezone": "America/Sao_Paulo", "utc_offset": "-03:00", "display": "March 27, 2026, 2:00:00 PM (America/Sao_Paulo)" }, "utc": "2026-03-27T17:00:00.000Z" }

Parameters

datetimerequired โ€” ISO 8601 string or Unix timestamp integer
from_tzrequired โ€” Source IANA timezone (e.g. UTC, America/New_York)
to_tzrequired โ€” Target IANA timezone (e.g. America/Sao_Paulo, Asia/Tokyo)
formatoptional โ€” iso (default), unix (epoch seconds), human (readable string)

Details

EndpointPOST /time/convert
Timezones listGET /time/timezones
Price$0.001 / conversion
AuthBearer token or x402 micropayment
Base URLhttps://api.iteratools.com
Full Documentation Browse All Tools