# clonecho.builda.company Timezone Lookup

> clonecho.builda.company Timezone Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the current local time and DST (daylight saving time) state for a given IANA timezone identifier

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/timezone-lookup
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-builda-company-timezone-lookup-13ffb60c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hzRMymPhBnzaeQrtaqzku

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 clonecho-builda-company-timezone-lookup-13ffb60c -d '<json body>'
```

Example prompt: What's the current local time in the America/New_York timezone, and is daylight saving time active right now?

## When to prefer this

Use this endpoint when you need to quickly look up the current local time and DST status for any IANA-named timezone (e.g. America/New_York, Europe/London, Asia/Tokyo) without building timezone logic yourself. Prefer this over general time APIs when you need a simple, paid, structured JSON response specifically for IANA zone identifiers.

## Known failure modes

- Invalid or unrecognized IANA timezone string returns an error response
- Missing zone parameter may return an error or default behavior
- Payment failure (x402) blocks the request if USDC funds are insufficient
- Network timeout if the service is temporarily unavailable

## How this service works

LOGISTICS: current local time + DST state for an IANA timezone (?zone=America/New_York). Returns JSON.

## Output

A JSON object containing the current local time for the requested IANA timezone and a boolean or status flag indicating whether daylight saving time (DST) is currently in effect.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-builda-company-timezone-lookup-13ffb60c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
