Timezone / DST convert (paid $0.001)
timezoneConvert any date and time between IANA time zones with DST-correct results. Get converted time, UTC offsets, and DST flags to avoid scheduling errors.
Instructions
PAID $0.001 (x402, USDC on Base). Convert an instant between IANA time zones with historically-correct DST. Returns converted datetime, UTC offsets, tz abbreviations, DST flags, and the offset difference. Args: datetime (ISO 8601 or epoch), from_zone, to_zone. Without payment returns the x402 challenge; pass x_payment to settle. Free teaser exists on the HTTP API at /v1/timezone/free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_zone | Yes | Target IANA zone, e.g. Europe/London, Asia/Tokyo. | |
| datetime | Yes | Instant to convert: ISO 8601 (e.g. 2021-03-14T01:30:00) or epoch seconds/millis. | |
| from_zone | No | Source IANA zone (default UTC), e.g. America/New_York. | |
| x_payment | No | x402 payment payload (base64) for this PAID tool. If supplied it is forwarded as the X-PAYMENT header to settle the $0.001 call and return the real result instead of a 402 challenge. Omit to get the price challenge first. |