I am using OpenERP version 6.1
and OpenERP web client
. The OpenERP
server is installed in my laptop hence both server and the client on the same machine.
The issue I am facing is that it looks like OpenERP
treats my local time as current UTC
time.
My time zone in Windows is set to UTC+5:30 hours (Asia/Colombo)
and the current time is 11:00 AM
. When I see the current time from OpenERP using,
'date_created': lambda *a: datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
It shows me 03/29/2012 16:30:24 instead of correct time 11:00 AM. My observation is that OpenERP get the current time and add 5 hours 30 minutes to current time and shows me. So, OpenERP assumes my current local time as the current UTC time.
I must install the software at clients site but without this fixed, I cannot install.