# Timezone Toolkit Batch Converter

> Timezone Toolkit Batch Converter is a paid API for AI agents from timezone-toolkit.agishub.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Converts a datetime to multiple target timezones in a single batch call

## Facts

- Endpoint: POST https://timezone-toolkit.agishub.com/paid/convert-batch
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/timezone-toolkit-batch-converter-a1496afb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6WkzSpJRFHRJ0evDWcvXb

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability timezone-toolkit-batch-converter-a1496afb -d '<json body>'
```

Example prompt: Convert July 9, 2026 at 3:30pm to New York, London, Tokyo, and Sydney timezones all at once — I need to know the local time in each city for a global meeting invite.

## When to prefer this

Prefer this endpoint when you need to convert a single datetime to multiple target timezones in one API call, avoiding the overhead of multiple individual conversion requests. It is ideal for scheduling assistants, meeting planners, and broadcast notification systems that must display correct local times across several regions simultaneously.

## Known failure modes

- Invalid or malformed datetime string returns a parsing error
- Unrecognized or misspelled IANA timezone identifier returns an error for that entry
- Empty conversions array may return an empty result set
- Payment failure (insufficient USDC balance) blocks the call with a 402 response
- Network timeout if the target host is unreachable

## How this service works

Timezone converter, world clock, date math & meeting scheduler for AI agents. Pay-per-call x402 endpoints (USDC on Base).

## Output

Returns a JSON object containing the original input datetime alongside an array of conversion results, each with the target timezone identifier and the corresponding local time representation for that timezone.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "input": "2026-07-09T15:30",
  "conversions": [
   {
    "timezone": "America/New_York"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/timezone-toolkit-batch-converter-a1496afb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from timezone-toolkit.agishub.com](https://www.zero.xyz/host/timezone-toolkit.agishub.com/llms.txt)
