CT
Cracked Time & Utilities
/convert
Convert timezone
Convert an ISO timestamp into another timezone.
liveverifieddegraded · 172ms
timetimezoneconvert
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run time /convert for me.
Input
| Field | Type | Description |
|---|---|---|
| timestamp* | string | ISO 8601 timestamp |
| to* | string | Target IANA timezone |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"time","endpoint":"/convert","input":{"timestamp":"...","to":"..."}}'cli
npx cracked-ai run -p time -e /convert -i '{"timestamp":"...","to":"..."}'mcp
run_tool({ provider: "time", endpoint: "/convert", input: {"timestamp":"...","to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.