# Timezone Truth

Convert times between zones, and catch the ones that do not exist.

**Why delegate it:** The mapping from local time to instant is not a function: on the spring-forward date some local times have no instant, and on the fall-back date some have two. A confident answer to an impossible question is indistinguishable from a correct one.

Site: https://timezone-truth.vercel.app

## Tools

### `timezone_convert` — Convert a time between timezones

Convert a wall-clock time between IANA zones. Returns null when the local time DOES NOT EXIST because a daylight-saving jump skipped it, and both candidates when it happens twice. Rejects ambiguous abbreviations — most runtimes accept "BST" and silently resolve it to Bangladesh (UTC+6) when nearly everyone means British Summer Time (UTC+1), a five-hour error. Never do this arithmetic yourself.

Direct endpoint: `https://timezone-truth.vercel.app/api/v1/convert`

---

Via the aggregator: `https://gumballtools.com/api/mcp`
Direct: `https://timezone-truth.vercel.app/api/mcp`
