コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4797 ビュー

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
3304
1
1月 24
1501
0
5月 17
4729
1
2月 22
4621
0
6月 21
2659