Unnamed service
GET 402utils.com/v1/timezone-convert
Why an agent can trust this route.
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.
Observed outcomes
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"
}
]
}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.