# Timezone Toolkit – Convert Timezone

> Timezone Toolkit – Convert Timezone 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 from one timezone to another, returning the equivalent local time in the target timezone.

## Facts

- Endpoint: POST https://timezone-toolkit.agishub.com/paid/convert-timezone
- 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-convert-timezone-313064f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s7vdnkIB-jxjzf4CO8pKH

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-convert-timezone-313064f8 -d '<json body>'
```

Example prompt: Convert July 9, 2026 at 3:30pm Madrid time (Europe/Madrid) to New York time (America/New_York) so I know when to join the call.

## When to prefer this

Use this endpoint when you need a precise, programmatic timezone conversion between two IANA-named timezones for a specific datetime — especially in agentic workflows where meeting scheduling, calendar localization, or cross-region coordination requires reliable, pay-per-call conversion without managing a local timezone library.

## Known failure modes

- Invalid IANA timezone string returns an error (e.g. 'US/Eastern' instead of 'America/New_York')
- Malformed datetime string (not ISO 8601) may cause a parse error
- Payment failure (insufficient USDC balance) returns HTTP 402
- Missing required fields (input datetime or either timezone) returns a 400-level error

## 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 with the original input datetime, the source timezone, and the fully converted datetime expressed in the target timezone, both as structured fields.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "to": {
   "timezone": "America/New_York"
  },
  "from": {
   "timezone": "Europe/Madrid"
  },
  "input": "2026-07-09T15:30"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/timezone-toolkit-convert-timezone-313064f8/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)
