M
mcp
/tz_offset
tz offset
Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.
liveverifiedunknown~5s typical
mcpprobedmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-agishub-mcp /tz_offset for me.
Input
| Field | Type | Description |
|---|---|---|
| timezone* | string | IANA timezone. |
| instant | string | ISO 8601 or natural language. Defaults to now. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-agishub-mcp","endpoint":"/tz_offset","input":{"timezone":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-mcp -e /tz_offset -i '{"timezone":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-mcp", endpoint: "/tz_offset", input: {"timezone":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.