IG
Interzoid Get Global Time API
/getglobaltime
Gets the current time for a global locale
Gets the current time for a global locale (city, state, region, or country such as Chicago, London, Paris, Seoul, Spain, Buenos Aires, Hawaii, Moscow, Tokyo, Hanoi, etc.)
liveunknown~3s typical
current global timeinterzoid
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-getglobaltime /getglobaltime for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| locale* | string | Geographic locale to get the current time for default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-interzoid-com-getglobaltime","endpoint":"/getglobaltime","input":{"license":"...","locale":"..."}}'cli
npx cracked-ai run -p oa-interzoid-com-getglobaltime -e /getglobaltime -i '{"license":"...","locale":"..."}'mcp
run_tool({ provider: "oa-interzoid-com-getglobaltime", endpoint: "/getglobaltime", input: {"license":"...","locale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.