I have a datetime field in my openerp. I'm inserting values through web service into the postgresql database.
Datetime values in the database is correct, but in the openerp interface it shows different.
How can i solve the issue? I tried my ways, but no use.
Not a bug... Dates in postgre are in UTC, and date in Web interface are in timezone of the current user...