odoo/openerp/modules
Olivier Dony 3f6524a6e2 [FIX] Correct remaining SQL now() calls, must use UTC
This is essential to have the proper behavior for
timestamps: on the database side we exclusively 
store UTC data (no DST issues, etc.) as naive
timestamps (to prevent Postgres from messing with them).
Inside OpenERP server/addons we work again with
pure UTC data (much simpler), and only render
them according to the user's timezone when they
are displayed in the user interface or rendered
in a PDF report.

lp bug: https://launchpad.net/bugs/918257 fixed

bzr revid: odo@openerp.com-20120220105943-v3m0i50phrurt8x6
2012-02-20 11:59:43 +01:00
..
__init__.py [IMP] post_load: factored common code. This also fix bug lp:929466 2012-02-09 16:27:32 +01:00
db.py [MERGE] trunk 2012-01-31 22:17:44 +01:00
graph.py [IMP] openerp.{modules,osv}: _logger with fully qualified module name. 2012-01-24 13:42:52 +01:00
loading.py [FIX] Correct remaining SQL now() calls, must use UTC 2012-02-20 11:59:43 +01:00
migration.py [IMP] openerp.{modules,osv}: _logger with fully qualified module name. 2012-01-24 13:42:52 +01:00
module.py [REV] REVERT TEH PREVIOUS SUTPID BROKD COMMIT. 2012-02-10 10:59:46 +01:00
registry.py [IMP] openerp.{modules,osv}: _logger with fully qualified module name. 2012-01-24 13:42:52 +01:00