In order to be accurate, I have checked in this scenario: - OpenERP 6.1 RC1, - Client machine timezone: America, Buenos Aires, GMT-3 - Using WEB client I have created a new sales order. Sales order date: Feb 16, 2012 I have saved the order in draft state (just with the new date and a customer) In database, field date_order from sale_order => "2012-02-16" (note that there is no HH:MM:SS) I read again the newly created order => shown date: Feb 15, 2012 Reasoning: date was read, assumed in UTC, then GMT-3 is applied, new date Feb 15, 2012 21:00:00 => date shown Feb 15th! The same happens with default dates provided by the system, like the order date on a newly created record (always a day before now!) In any case, the most important concept to implement is the fact that dates are timezone independant. Let's say we create an invoice in ARG (GMT-3) with date Feb 16th, the same invoice should be read by a user in San Francisco (GMT-7) with the same creation and due dates! It is a legal issue Taking into account the previous explanation, and the fact that this problem is present in any date entered in the system, I insist considering this issue as critical Thanks for your prompt answer and consideration El 2 de febrero de 2012 10:28, Olivier Dony (OpenERP) <