Skip to Content
मेन्यू
This question has been flagged
1 Reply
4803 Views

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?

Avatar
Discard
Best Answer

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,



Avatar
Discard
Related Posts Replies Views Activity
3
जुल॰ 25
3307
1
जन॰ 24
1503
0
मई 17
4737
1
फ़र॰ 22
4623
0
जून 21
2668