{"name":"timezone-lookup","description":"Timezone lookup / IANA tz / UTC offset / DST status / local time at lat-lng / which timezone. Resolves the current local time, IANA timezone name, UTC offset (seconds), and DST status either by IANA timezone string (e.g. 'America/Los_Angeles') or by latitude/longitude coordinates. Wraps the public TimeAPI.io endpoint — no auth, commercial-OK.","price":"$0.001","method":"POST","input_schema":{"properties":{"latitude":{"type":"number","description":"Decimal degrees, range [-90, 90]. Required if no timezone provided."},"longitude":{"type":"number","description":"Decimal degrees, range [-180, 180]. Required if no timezone provided."},"timezone":{"type":"string","description":"IANA timezone identifier (e.g. 'America/Los_Angeles', 'Europe/Berlin'). Either this or lat+lon required."},"datetime_utc":{"type":"string","description":"Optional UTC datetime to evaluate at (ISO8601). Reserved for future use; current API returns now."}},"required":[]},"input_example":{"timezone":"America/Los_Angeles"},"output_example":{"timezone":"America/Los_Angeles","utc_offset_seconds":-25200,"abbreviation":"","is_dst":true,"current_local_time":"2026-05-06T13:10:42","source":"https://timeapi.io"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}