Hi buddies,
I am not quite understanding the purpose of using UTC for running Tryton on
the machine. Since there are other applications working in the same
environment, the change to use UTC for Tryton may not be appropriate for
others. As a user, I am also feeling odd to see time in UTC value (8 hours
less) instead of the current timezone in my city.
If it is needed to standardize the time calculation in Tryton, I would like
to suggest to make it invisible to users. Please kindly advise.
Regards,
Daniel
Daniel Lam於 2015年10月8日星期四 UTC+8下午10時35分04秒寫道:
>
> Hi buddy,
>
> I am using Win XP for my installation. When I used regedit to add in the
> entry and restart my Windows, I do not get the way to change Date and Time
> to UTC. Is it possible to achieve it under Windows XP?
>
>
> Regards,
> Daniel
>
> Halim Cemal Bayram於 2015年6月10日星期三 UTC+8下午9時20分03秒寫道:
>>
>> Hello everyone,
>>
>> I'm trying to install tryton server on windows 8.
>> I turn my date&time setting too UTC.
>> But when i try to run tryton server with the following code;
>>
>> python C:\Python27\Scripts\trytond -c C:\Python27\Scripts\trytond.conf -d
>> tryton --all
>>
>> i get error message : ERROR:trytond.server:timezone is not set to UTC
>>
>> What could be the reason of this error, have you got an idea?
>>
>> full of command prompt output is :
>>
>>
>> Microsoft Windows [Version 6.3.9600]
>> (c) 2013 Microsoft Corporation. All rights reserved.
>>
>> C:\Users\Cemal>python C:\Python27\Scripts\trytond -c
>> C:\Python27\Scripts\trytond
>> .conf -d tryton --all
>> [Wed Jun 10 14:13:43 2015] INFO:trytond.server:using
>> C:\Python27\Scripts\trytond
>> .conf as configuration file
>> [Wed Jun 10 14:13:43 2015] INFO:trytond.server:initialising distributed
>> objects
>> services
>> [Wed Jun 10 14:13:43 2015] ERROR:trytond.server:timezone is not set to UTC
>> Traceback (most recent call last):
>> File "C:\Python27\Scripts\trytond", line 4, in <module>
>> __import__('pkg_resources').run_script('trytond==3.4.2', 'trytond')
>> File "C:\Python27\lib\site-packages\pkg_resources.py", line 517, in
>> run_script
>>
>> self.require(requires)[0].run_script(script_name, ns)
>> File "C:\Python27\lib\site-packages\pkg_resources.py", line 1436, in
>> run_scrip
>> t
>> exec(code, namespace, namespace)
>> File
>> "c:\python27\lib\site-packages\trytond-3.4.2-py2.7.egg\EGG-INFO\scripts\t
>> rytond", line 80, in <module>
>> trytond.server.TrytonServer(options).run()
>> File
>> "C:\Python27\lib\site-packages\trytond-3.4.2-py2.7.egg\trytond\server.py"
>> , line 75, in run
>> with Transaction().start(db_name, 0) as transaction:
>> File
>> "C:\Python27\lib\site-packages\trytond-3.4.2-py2.7.egg\trytond\transactio
>> n.py", line 75, in start
>> Database = backend.get('Database')
>> File
>> "C:\Python27\lib\site-packages\trytond-3.4.2-py2.7.egg\trytond\backend\__
>> init__.py", line 19, in get
>> module = sys.modules[modname]
>> KeyError: 'trytond.backend.'
>>
>