From ce7620613b214b7b904d808ab101bfbdf706945c Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Wed, 29 Apr 2026 10:37:46 -0500 Subject: [PATCH] Zona horaria --- frontend/src/lib/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/utils.js b/frontend/src/lib/utils.js index 5fc7fc9..3b90bae 100644 --- a/frontend/src/lib/utils.js +++ b/frontend/src/lib/utils.js @@ -51,6 +51,7 @@ export const BUSINESS_TYPES = [ ] export const TIMEZONES = [ + { value: 'America/Panama', label: 'Panamá (UTC-5)' }, { value: 'America/Bogota', label: 'Bogotá (UTC-5)' }, { value: 'America/Mexico_City', label: 'Ciudad de México (UTC-6)' }, { value: 'America/Lima', label: 'Lima (UTC-5)' },