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

Hi Friends,

I am using Odoo9. I need to display particular date time field's value as '2015-10-25 09:00:00', in databse it is stored as '2015-10-25 09:00:00',

while it is displayed in front end(odoo form level) as '2015-10-25 14:30:00'. Is anyone have idea on how to display same as database date time as UTC (If i have change UTC timezone as system it is working fine, I dont want to follow this idea) .Thanks in advance.

頭像
捨棄

Did you try to change tz in the context?

最佳答案

the time showed in the front end is total of  , (backend time + gmt)

in your question the backend time is 9:00 and front end time is 14:30

and your gmt is 5:30 so if you want to show the exact time as the backend you have to subtract the gmt from front end


頭像
捨棄
作者

Cant use timedelta for timezone issue.

check my new answer

相關帖文 回覆 瀏覽次數 活動
1
2月 22
4591
3
7月 25
3915
3
7月 25
3226
1
1月 24
1479
6
9月 19
11189