Ir al contenido
Menú
Se marcó esta pregunta
4342 Vistas

 I found the field type in PostgreSQL is 'timestamp without time zone' if the type of a odoo model field is 'openerp.fields.Datetime'.

 After log statements that running in PostgreSQL, it seem that if write the '2016-09-08 00:00:00' of Beijing Time (+8) to , or read it form the database, the ORM tool of Odoo will convert the string to '2016-09-07 16:00:00' before form the SQL statement to database.

 I want to figure out the mechanism of this converts and then found there is no python code work for it. Meanwhile, there are some proof which can point out it was the javascript code that complete this converts each times.

 Is my conclusion right? Did Odoo server end just consider every datetime string is the UTC and the client end (javascript execute by browsers) in charge the converts totally?

Are there anyone can give me the evidence that can prove (or disprove) of mine?


Thanks.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
abr 23
3202
2
feb 21
16360
1
oct 20
3392
2
ago 19
3758
1
abr 16
6710