{"input":"2026-07-10 15:00","from":"Europe/Berlin","to":"America/New_York","utc":"2026-07-10T13:00:00.000Z","source":{"local":"2026-07-10 15:00:00","offset":"+02:00"},"result":{"local":"2026-07-10 09:00:00","offset":"-04:00"}}
curl --location --request GET 'https://zylalabs.com/api/13149/time+zone+clock+converter+api/26695/convert+date+and+time+between+zones' --header 'Authorization: Bearer YOUR_API_KEY'
Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Time Zone Clock Converter API simplemente incluye tu token de portador en el encabezado de Autorización.
| Encabezado | Descripción |
|---|---|
Autorización
|
Requerido
Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.
|
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
(Ahorra 2 meses pagando anualmente 🎉)
Empresas líderes confían en nosotros
Time zone math without the headaches. Convert a wall-clock date and time from one zone to another with daylight saving handled correctly, ask for the current time of any zone with its offset, or list all supported zone names.
Ideal for scheduling meetings across offices, showing event times in each user local zone, and normalizing timestamps in logs and bookings.
Each endpoint returns JSON data that includes the converted date and time, local times in both source and target zones, their respective offsets, and the universal time (UTC) for the conversion.
The key fields in the response include "input" (original date/time), "from" (source zone), "to" (target zone), "utc" (universal time), "source" (local time and offset in the source zone), and "result" (local time and offset in the target zone).
The main parameters for the conversion endpoint are "input" (date and time), "from" (source time zone), and "to" (target time zone). Users must provide valid time zone identifiers for accurate conversions.
The response data is structured in a JSON format with nested objects. The main object contains fields for input, source, and result, allowing users to easily access both local times and offsets for the specified zones.
Los casos de uso típicos incluyen la programación de reuniones en diferentes zonas horarias, mostrar las horas de los eventos en las zonas locales de los usuarios y normalizar las marcas de tiempo en registros y reservas para asegurar la consistencia entre regiones
Data accuracy is maintained by following the standard worldwide zone database, which includes up-to-date daylight saving rules and time zone information, ensuring reliable conversions.
The API covers all global time zones, including major cities and regions, allowing users to convert times between any supported zones worldwide.
Los usuarios pueden utilizar los datos devueltos extrayendo las horas locales y los desfases para mostrarlos en las aplicaciones asegurando que los usuarios vean las horas precisas según sus respectivas zonas horarias