Currently time zone list is being taken from java TZ of client browser is selected by default
you can change the order (apply custom sorting) in org.apache.openmeetings.remote.MainService.getTimeZones On Mon, May 19, 2014 at 12:30 PM, John Tran <[email protected]> wrote: > Maxim > > Back in 08/22/13 you gave me some instruction to change the default time > in the invite for OM 2.x.x. Has this change in OM 3.x.x? > I am getting the ERROR 1146 (42S02): Table 'openmeetings.om_timezone' > doesn't exist message. > > How would you do this in OM 3.x.x. ? > > =========================================== > 08/22/13 email from Maxim: > > open connection to your database using anything you like > run following > select id, label, order_id from om_timezone; > this will give you the full list on timezones > > update om_timezone set order_id = 32 where id = 41; > > to set highest order for your timezone > > start OM > =========================================== > > -john- > > -- WBR Maxim aka solomax
