I am developing odoo8 in a windows pc with eclipse and pydev.
My problem is datetime generated with fileds.Datetime.now() is local time (not UTC time).
Also, relevant field data in PostgreSQL database is local format (but reserved fields in database like create_date and write_date are in UTC format)
This makes datetime fields showing in UI wrong.
What is the root cause?