{"ok":true,"tool":"Time Zone Converter","operation":"convert-time-zone","description":"Convert a wall-clock date and time from one IANA time zone to another.","method":"POST","endpoint":"/api/time-zone-converter","webUrl":"https://ultraquick.tools/tools/time-zone-converter","parameters":{"type":"object","properties":{"datetime":{"type":"string","description":"Date and time as YYYY-MM-DDTHH:mm (wall-clock in fromZone)"},"fromZone":{"type":"string","description":"Source IANA time zone (e.g. America/New_York)"},"toZone":{"type":"string","description":"Target IANA time zone (e.g. Europe/London)"}},"required":["datetime","fromZone","toZone"]},"response":{"type":"object","properties":{"input":{"type":"string"},"fromZone":{"type":"string"},"toZone":{"type":"string"},"fromTime":{"type":"string"},"toTime":{"type":"string"},"fromOffset":{"type":"string"},"toOffset":{"type":"string"}}},"example":{"request":{"datetime":"2024-06-15T12:00","fromZone":"America/New_York","toZone":"Europe/London"},"response_shape":{"type":"object","properties":{"input":{"type":"string"},"fromZone":{"type":"string"},"toZone":{"type":"string"},"fromTime":{"type":"string"},"toTime":{"type":"string"},"fromOffset":{"type":"string"},"toOffset":{"type":"string"}}}},"howToCall":"POST a JSON body to https://ultraquick.tools/api/time-zone-converter. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  datetime (string, required) — Date and time as YYYY-MM-DDTHH:mm (wall-clock in fromZone)\n  fromZone (string, required) — Source IANA time zone (e.g. America/New_York)\n  toZone (string, required) — Target IANA time zone (e.g. Europe/London)","curlExample":"curl -X POST https://ultraquick.tools/api/time-zone-converter -H \"Content-Type: application/json\" -d '{\"datetime\":\"2024-06-15T12:00\",\"fromZone\":\"America/New_York\",\"toZone\":\"Europe/London\"}'"}