staging.402utils.com

https://staging.402utils.com/v1/timezone-convert

Shares a payout wallet with 187 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

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.

57
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

100.0% avg
0% 50% 100% Jul 23Aug 2Aug 11Aug 21

Response time

p50 1150ms · p95 1713ms
0ms 950ms 1900ms Jul 23Aug 2Aug 11Aug 21
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
7/23/2026, 12:00:00 AM 100% 2 8ms
7/24/2026, 12:00:00 AM 100% 1 11ms
7/25/2026, 12:00:00 AM 100% 1 11ms
7/26/2026, 12:00:00 AM 100% 1 8ms
7/27/2026, 12:00:00 AM 100% 1 10ms
7/28/2026, 12:00:00 AM 100% 1 9ms
7/29/2026, 12:00:00 AM 100% 1 8ms
7/30/2026, 12:00:00 AM 100% 1 15ms
7/31/2026, 12:00:00 AM 100% 1 6ms
8/1/2026, 12:00:00 AM 100% 1 9ms
8/2/2026, 12:00:00 AM 100% 1 10ms
8/3/2026, 12:00:00 AM 100% 1 10ms
8/4/2026, 12:00:00 AM 100% 1 25ms
8/5/2026, 12:00:00 AM 100% 1 1345ms
8/6/2026, 12:00:00 AM 100% 1 1095ms
8/7/2026, 12:00:00 AM 100% 1 1867ms
8/8/2026, 12:00:00 AM 100% 1 1291ms
8/9/2026, 12:00:00 AM 100% 1 1603ms
8/10/2026, 12:00:00 AM 100% 1 1173ms
8/11/2026, 12:00:00 AM 100% 1 1538ms
8/12/2026, 12:00:00 AM 100% 1 1249ms
8/13/2026, 12:00:00 AM 100% 1 28ms
8/14/2026, 12:00:00 AM 100% 1 1571ms
8/15/2026, 12:00:00 AM 100% 1 1121ms
8/16/2026, 12:00:00 AM 100% 1 1138ms
8/17/2026, 12:00:00 AM 100% 1 1252ms
8/18/2026, 12:00:00 AM 100% 1 1271ms
8/19/2026, 12:00:00 AM 100% 20 26ms
8/20/2026, 12:00:00 AM 100% 21 7ms
8/21/2026, 12:00:00 AM 100% 1 8ms
57
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
100

How often it was reachable when we probed it (weight 35%).

Latency
70

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
0

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
Networks
eip155:84532
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Cloudflare, Inc.
Domain registered
2026-07-03
Hosting network
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity

206
payments (30d)
0.44
USD volume (30d)
23
paying wallets (30d)

Payments per day

last payment 8/18/2026
0 15 30 Jul 23Jul 31Aug 9Aug 18
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
7/23/2026 16 0.03 3
7/24/2026 9 0.02 2
7/25/2026 23 0.04 2
7/26/2026 17 0.05 3
7/27/2026 10 0.02 2
7/28/2026 7 0.01 2
7/29/2026 7 0.01 2
7/30/2026 6 0.01 1
7/31/2026 6 0.01 1
8/1/2026 7 0.01 2
8/2/2026 6 0.01 1
8/3/2026 6 0.01 1
8/4/2026 9 0.02 2
8/5/2026 6 0.01 1
8/6/2026 9 0.02 4
8/7/2026 8 0.02 3
8/8/2026 6 0.01 1
8/9/2026 9 0.04 2
8/10/2026 7 0.02 2
8/11/2026 7 0.02 2
8/12/2026 6 0.01 1
8/13/2026 7 0.02 2
8/14/2026 2 0 1
8/16/2026 5 0.01 4
8/17/2026 2 0 2
8/18/2026 3 0 2

This payout wallet is shared: figures cover all 188 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.

Response schema
{
  "additionalProperties": false,
  "properties": {
    "dstActive": {
      "description": "Whether daylight-saving time is in effect on each side.",
      "properties": {
        "from": {
          "type": "boolean"
        },
        "to": {
          "type": "boolean"
        }
      },
      "required": [
        "from",
        "to"
      ],
      "type": "object"
    },
    "fromOffset": {
      "description": "UTC offset of `from` at that instant, ±HH:MM.",
      "type": "string"
    },
    "input": {
      "description": "The instant expressed in `from`, ISO with offset.",
      "type": "string"
    },
    "note": {
      "description": "Present when the wall time was ambiguous or nonexistent in `from`.",
      "type": "string"
    },
    "output": {
      "description": "The same instant expressed in `to`.",
      "type": "string"
    },
    "toOffset": {
      "description": "UTC offset of `to` at that instant.",
      "type": "string"
    }
  },
  "required": [
    "input",
    "output",
    "fromOffset",
    "toOffset",
    "dstActive"
  ],
  "type": "object"
}