This is java file you need to change the code and recompile
On Mon, May 19, 2014 at 1:13 PM, John Tran <[email protected]> wrote: > Is this something I can in a config file somewhere? > org.apache.openmeetings.remote.MainService.getTimeZones > > > On Sun, May 18, 2014 at 10:41 PM, Maxim Solodovnik > <[email protected]>wrote: > >> 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 >> > > > > -- > jt > ________________________________ > John Tran > Northern California, CA > [email protected] > ICQ IM: 27741710 > AOL IM: find1ngj0hn > Yahoo! IM: findingj0hn > MSN IM: [email protected] > -- WBR Maxim aka solomax
