ChronoSure

Deterministic timezone, DST, business-day and public-holiday resolution for agents, paid per call.

ChronoSure turns a local wall-clock time into an exact UTC instant, and tells you plainly when that is impossible. Every local time is classified as unique, ambiguous or nonexistent against a pinned IANA tzdb release; business-day arithmetic skips weekends and public holidays from a provenance-tagged dataset; and working-hour overlap is intersected across zones. There is no model and no heuristic anywhere in it: the same input always returns the same answer, and every response names the datasets that produced it.

Endpoints

RouteWhat it doesPrice
POST /v1/business-timeResolve a local time to a UTC instant with DST, holiday and working-hour context$0.01

Call it

Send the request unpaid to see the live quote. You get HTTP 402 and a PAYMENT-REQUIRED header.

curl -i -sS -X POST https://chrono.schemasure.com/v1/business-time \
  -H 'content-type: application/json' \
  -d '{"local_time":"2026-11-01T01:30:00","timezone":"America/New_York","ambiguity_policy":"reject"}'

Payment

Honest uncertainty

Every response carries a verdict. When this service cannot determine an answer it returns unknown with evidence explaining why. It never reports an undetermined result as a clean one.

For agents