{"success":true,"data":{"id":"svc_timezone_27","slug":"timezone","name":"Timezone & Local Time","description":"Resolve a city name or coordinates to its IANA timezone and return the current local time, UTC offset, DST flag and weekday. Use for scheduling across regions, 'what time is it in X', or normalizing timestamps. Params: location (required, e.g. 'Tokyo' or '35.68,139.69').","category":"data","endpoint":"https://agentsvc.io/api/v1/proxy/timezone","price_usdc":0.002,"latency_p99_ms":800,"input_schema":{"type":"object","required":["location"],"properties":{"location":{"type":"string","description":"City name or 'lat,lon'"}}},"output_schema":{"type":"object","required":["location","timezone","utc_offset","local_time","utc_time"],"properties":{"location":{"type":"object","properties":{"name":{"type":"string"},"country":{"type":"string"},"lat":{"type":"number"},"lon":{"type":"number"}}},"timezone":{"type":"string","description":"IANA timezone, e.g. Asia/Tokyo"},"abbreviation":{"type":"string"},"utc_offset":{"type":"string","description":"e.g. +09:00"},"utc_offset_seconds":{"type":"integer"},"is_dst":{"type":"boolean"},"local_time":{"type":"string","description":"ISO 8601 with offset"},"local_date":{"type":"string"},"weekday":{"type":"string"},"utc_time":{"type":"string","format":"date-time"},"unix_time":{"type":"integer"}},"example":{"location":{"name":"Tokyo","country":"Japan","lat":35.6895,"lon":139.6917},"timezone":"Asia/Tokyo","abbreviation":"JST","utc_offset":"+09:00","utc_offset_seconds":32400,"is_dst":false,"local_time":"2026-09-09T21:00:00+09:00","local_date":"2026-09-09","weekday":"Wednesday","utc_time":"2026-09-09T12:00:00.000Z","unix_time":1788955200}},"is_active":true,"provider":"agentsvc.io","tags":["timezone","time","clock","utc","dst","schedule","iana"],"method":"POST","example_input":{"location":"Tokyo"},"price_atomic":"2000","price_display":"$0.002 USDC","try_url":"https://agentsvc.io/api/v1/try/timezone","try_limit_per_day":3,"info_url":"https://agentsvc.io/api/v1/services/timezone","page_url":"https://agentsvc.io/services/timezone","curl_example":"curl -X POST https://agentsvc.io/api/v1/proxy/timezone -H \"Content-Type: application/json\" -d '{\"location\":\"Tokyo\"}'","status":{"ok":true,"latency_ms":38,"checked_at":"2026-09-10T09:15:32.210Z"}},"payment":{"protocol":"x402","x402_versions_accepted":[1,2],"scheme":"exact","network":"eip155:8453","network_v1":"base","chain_id":8453,"asset":"USDC","asset_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","asset_decimals":6,"eip712_domain":{"name":"USD Coin","version":"2","chainId":8453,"verifyingContract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"pay_to":"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27","facilitator":"https://facilitator.payai.network","request_header_v2":"PAYMENT-SIGNATURE","request_header_v1":"X-PAYMENT","requirements_v2":"base64 JSON in the PAYMENT-REQUIRED response header of the 402","requirements_v1":"JSON body of the 402 (accepts[0])","receipt_header":"PAYMENT-RESPONSE (and X-PAYMENT-RESPONSE): base64 JSON with transaction hash","accounts_required":false,"api_keys_required":false,"settlement":"per call, on-chain, after the service succeeded. Failed calls are never charged."},"links":{"catalog":"https://agentsvc.io/api/v1/services","openapi":"https://agentsvc.io/openapi.json","llms_txt":"https://agentsvc.io/llms.txt","llms_full_txt":"https://agentsvc.io/llms-full.txt","agents_md":"https://agentsvc.io/AGENTS.md","skill_md":"https://agentsvc.io/SKILL.md","status":"https://agentsvc.io/api/v1/status","docs":"https://agentsvc.io/docs","mcp_server":"https://agentsvc.io/mcp-server.mjs","discovery":"https://agentsvc.io/.well-known/x402","agent_card":"https://agentsvc.io/.well-known/agent-card.json"}}