SERVICE / DETAILother

Unnamed service

GET 402utils.com/v1/timezone-convert

SONAR SCORE0.500
LIVE PRICE0.001000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

16 observations in the last 24h
HANDSHAKE SUCCESS75.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY10072msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Convert a datetime between any two IANA time zones using the runtime's ICU tzdb — always current, DST-correct, half-hour zones included. A datetime without offset is read as wall time in `from` (ambiguous fall-back times resolve to the earlier instant; times skipped by spring-forward shift ahead, flagged in `note`). Returns both ISO datetimes with offsets and DST status per side. Unknown zone → 400 with a spelling suggestion.

Resource: 402utils.com/v1/timezone-convert

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291

Payment methods: · Last validation: 2026-09-14 16:37:29.236+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "from",
          "to"
        ],
        "properties": {
          "to": {
            "type": "string",
            "description": "Target IANA zone, e.g. Asia/Ho_Chi_Minh."
          },
          "from": {
            "type": "string",
            "description": "Source IANA zone, e.g. Europe/Paris."
          },
          "datetime": {
            "type": "string",
            "description": "ISO 8601. With Z/±HH:MM it is an absolute instant; without, wall time in `from`."
          }
        },
        "description": "Query params. `datetime` optional (default: now). `from`/`to` are IANA zone ids."
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "input",
          "output",
          "fromOffset",
          "toOffset",
          "dstActive"
        ],
        "properties": {
          "note": {
            "type": "string",
            "description": "Present when the wall time was ambiguous or nonexistent in `from`."
          },
          "input": {
            "type": "string",
            "description": "The instant expressed in `from`, ISO with offset."
          },
          "output": {
            "type": "string",
            "description": "The same instant expressed in `to`."
          },
          "toOffset": {
            "type": "string",
            "description": "UTC offset of `to` at that instant."
          },
          "dstActive": {
            "type": "object",
            "required": [
              "from",
              "to"
            ],
            "properties": {
              "to": {
                "type": "boolean"
              },
              "from": {
                "type": "boolean"
              }
            },
            "description": "Whether daylight-saving time is in effect on each side."
          },
          "fromOffset": {
            "type": "string",
            "description": "UTC offset of `from` at that instant, ±HH:MM."
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "1000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.