{
  "x402Version": 2,
  "id": 8671,
  "slug": "8671",
  "resource": "https://workbot1.oddsys.org/tz",
  "description": "Time-zone conversion on the IANA database: convert a time between zones with offsets, abbreviations and DST flags, describe zones at an instant, or compute the shared business-hours window across several zones for meeting scheduling.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x15459498e1191d8787c83177809bd54022fA18c4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "from": "Europe/Berlin",
            "time": "2026-09-17T14:00",
            "to": [
              "America/New_York",
              "Asia/Tokyo"
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "body": {
            "from": "object — { zone, local, offset, offsetMinutes, abbreviation, weekday, isDST, observesDST }",
            "instant": "string (UTC ISO)",
            "overlap": "object (overlap mode) — { minutes, utc, local[] } or null",
            "results": "array of the same shape per target zone",
            "unix": "number"
          },
          "bodyType": "json",
          "example": {
            "from": {
              "abbreviation": "GMT+2",
              "isDST": true,
              "local": "2026-09-17T14:00:00",
              "observesDST": true,
              "offset": "+02:00",
              "offsetMinutes": 120,
              "weekday": "Thu",
              "zone": "Europe/Berlin"
            },
            "input": {
              "interpretedIn": "Europe/Berlin",
              "time": "2026-09-17T14:00"
            },
            "instant": "2026-09-17T12:00:00.000Z",
            "results": [
              {
                "abbreviation": "EDT",
                "isDST": true,
                "local": "2026-09-17T08:00:00",
                "observesDST": true,
                "offset": "-04:00",
                "offsetMinutes": -240,
                "weekday": "Thu",
                "zone": "America/New_York"
              },
              {
                "abbreviation": "GMT+9",
                "isDST": false,
                "local": "2026-09-17T21:00:00",
                "observesDST": false,
                "offset": "+09:00",
                "offsetMinutes": 540,
                "weekday": "Thu",
                "zone": "Asia/Tokyo"
              }
            ],
            "unix": 1789646400
          }
        }
      },
      "routeTemplate": "/tz",
      "schema": {
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "from": {
                    "description": "IANA zone the naive time is in (default UTC).",
                    "type": "string"
                  },
                  "list": {
                    "description": "true → return all supported IANA zone ids.",
                    "type": "boolean"
                  },
                  "overlap": {
                    "description": "{ zones: [...], date?: YYYY-MM-DD, hours?: [9,17] } — shared business-hours window across zones.",
                    "type": "object"
                  },
                  "time": {
                    "description": "ISO 8601 time. Without an offset it is read as wall-clock time in from (default: now).",
                    "type": "string"
                  },
                  "to": {
                    "description": "Target zone or zones (≤50).",
                    "items": {
                      "type": "string"
                    },
                    "type": [
                      "string",
                      "array"
                    ]
                  },
                  "zones": {
                    "description": "Alias of to.",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "workbot1.oddsys.org",
  "lastUpdated": "2026-09-17T09:03:33.026Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T09:03:32.841Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "workbot1.oddsys.org",
    "manifest_name": "workbot1.oddsys.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}