Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4332 Visualizzazioni

 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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
apr 23
3199
2
feb 21
16359
1
ott 20
3390
2
ago 19
3757
1
apr 16
6707