Herramienta de Calibración de Tiempo QR (UTC)
Publicado 2026-09-09
中ENGenere en línea un código QR firmado con la hora en zona UTC para que los dispositivos lo escaneen y calibren su reloj; se actualiza cada segundo, sin instalación.
The UTC time-calibration QR tool targets devices that sync their clock to UTC: the device scans the QR code, parses the signed UTC time it carries, verifies the signature, then updates its local clock.
Step 1: Generate
1. Open the tool (Technical Docs → Online Tools → UTC Time Calibration QR Tool);
2. Enter the signing password agreed with the device side (the default matches the factory convention — change it and sync to devices as needed);
3. Scan the QR code with the device; after signature verification, the device calibrates its clock to the encoded time;
4. The QR code refreshes every second, so the time is always the UTC time at the moment of generation.
Payload Format
The payload consists of a protocol header + UTC system time + HMAC-MD5 signature:
___VBAR_CONFIG_V1.1.0___{systemtime='YYYY-MM-DD HH:mm:ss'}--<Base64(HMAC-MD5)>
The time field is built from UTC getters (getUTC*), exactly matching the string format of the local-time tool.
Security Notes
The key participates in HMAC-MD5 signing and the device verifies with the same key; everything runs locally in your browser and no data is uploaded.
Preguntas frecuentes
¿Cuál es la diferencia entre la calibración UTC y la hora local?
Esta herramienta construye la carga con la zona horaria UTC, de modo que el resultado no depende de la zona horaria local del dispositivo — ideal para dispositivos que sincronizan con UTC.
¿Qué es la contraseña de firma?
Es la contraseña que introduce al generar; firma la carga con HMAC-MD5 y el dispositivo debe verificar con la misma clave.
¿El código QR filtra información del sistema?
Solo contiene el encabezado del protocolo, la hora UTC actual y la firma — sin información de red ni de cuentas.
