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

Odoov10 Calendar: calendar view displays UTC for start_datetime not the user's timezone (America/Los_Angeles), all other Calendar views will display 'start_datetime' as user's timezone (America/Los_Angeles) correctly?

頭像
捨棄
最佳答案

I have same problem. start_datetime on calendar view is utc, but when i click, it shows as local timezone. there is a go around: set postgresql and odoo timezone as utc.  

solve the problem:

change file:  odoo-dev/addons/web_calendar/static/lib/fullcalendar/js/fullcalendar.js

< ignoreTimezone: true,

<

---

> //ignoreTimezone: true,

> ignoreTimezone: false,



頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
7月 25
3440
1
1月 24
1567
0
5月 17
4782
1
2月 22
4673
0
6月 21
2701