{
  "format": "delx/intent-card/v1",
  "id": "timezone-lookup-api",
  "intent": "timezone offset and DST for a city",
  "title": "IANA timezone lookup API for agents",
  "description": "Resolve an IANA timezone to offset, abbreviation, DST and local time for $0.002.",
  "keywords": [
    "timezone API",
    "IANA timezone",
    "DST lookup",
    "utc offset API",
    "x402 timezone"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/timezone-lookup-api",
  "machine_url": "https://commerce.delx.ai/intents/timezone-lookup-api.json",
  "recommendation": {
    "tool_name": "util_timezone_lookup",
    "service_name": "Delx Timezone Lookup",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/timezone",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "timezone": {
          "type": "string",
          "description": "IANA timezone id, e.g. America/New_York or Europe/Lisbon"
        },
        "at": {
          "type": "string",
          "description": "Optional instant: ISO 8601, Unix seconds, or 'now' (default)",
          "default": "now"
        }
      },
      "required": [
        "timezone"
      ],
      "additionalProperties": true
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/timezone -m POST -H 'x-delx-source: intent-card-timezone-lookup-api' --max-amount 0.002 -b '{}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-timezone-lookup-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/timezone"
  }
}
