Comment to Change Default Time Zone
This list is generated automatically, however you can set default value there by executing the following query:
UPDATE `sys_form_inputs` SET `value` = 'America/New_York' WHERE `object` = 'bx_event' AND `name` = 'timezone' LIMIT 1 ;
It worked, thank you... is there a way to remove other selections and keep only america/ new york?