Cracked Time & Utilities
CT
Cracked Time & Utilities
/convert

Convert timezone

Convert an ISO timestamp into another timezone.

liveverifieddegraded · 172ms
timetimezoneconvert
$0.00050
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run time /convert for me.

Input

FieldTypeDescription
timestamp*stringISO 8601 timestamp
to*stringTarget 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.