{
  "format": "delx/intent-card/v1",
  "id": "timestamp-convert-api",
  "intent": "convert timestamps between unix and ISO formats",
  "title": "Timestamp conversion API for agents",
  "description": "Convert bounded timestamps between common formats for $0.001 without timezone-oracle complexity.",
  "keywords": [
    "timestamp conversion API",
    "unix to ISO API",
    "epoch converter",
    "agent time utility",
    "x402 timestamp"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/timestamp-convert-api",
  "machine_url": "https://commerce.delx.ai/intents/timestamp-convert-api.json",
  "recommendation": {
    "tool_name": "util_timestamp_convert",
    "service_name": "Delx Timestamp Convert",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/timestamp",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "input": {
          "type": "string",
          "description": "Timestamp: Unix epoch (seconds), ISO 8601 string, or 'now'"
        },
        "to": {
          "type": "string",
          "description": "Target format",
          "enum": [
            "all",
            "unix",
            "iso",
            "human"
          ],
          "default": "all"
        }
      },
      "required": [
        "input"
      ],
      "additionalProperties": true
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/timestamp -m POST -H 'x-delx-source: intent-card-timestamp-convert-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-timestamp-convert-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/timestamp"
  }
}
