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

Hello everybody, I created a cron for assign a datetime field:

                fech = str(fecha_actual)+" 17:30:00"
                fech = datetime.strptime(fech, '%Y-%m-%d %H:%M:%S')


But when I go to Odoo in the UI I see 19:30:00 and not 17:30:00.


What could be the problem? Thank You so much!

頭像
捨棄
最佳答案

it's because  server compute/store all the datetime field in UTC format and UI display it in your/browser timezone 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
1月 20
5313
8
5月 23
61369
4
2月 23
71730
0
3月 21
6704
3
7月 20
21080