跳至內容
選單
此問題已被標幟
2 回覆
7012 瀏覽次數

Hi,

I have a bug in DateTime:

- In browser I see 2018-10-18 AM

- And when I do 'record.my_date_field' I get '2018-10-17 PM', I find that he minus one hour, but sometimes more than 1 hours.

Thanks

頭像
捨棄
最佳答案

This is not a bug, Odoo stores datetime in database in utc format. Later on view it is converted with user timezones.

so if you need to do operations on that fields, you have to convert and use accordingly.

See my question here

https://www.odoo.com/forum/help-1/question/time-zone-problem-in-odoo-118905

頭像
捨棄
最佳答案

Odoo server is running with UTC time and this will be converted to the user time zone.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
8月 15
4428
3
8月 20
9910
3
6月 25
929
0
4月 24
1838
4
11月 23
5881