Reviewers: ,
Please review this at http://codereview.tryton.org/599006/ Affected files: M trytond/server.py Index: trytond/server.py =================================================================== --- a/trytond/server.py +++ b/trytond/server.py @@ -27,6 +27,7 @@ CONFIG.update_etc(options['configfile']) CONFIG.update_cmdline(options) + CONFIG.set_timezone() if CONFIG['logfile']: logf = CONFIG['logfile'] -- -- [email protected] mailing list
