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)' },