Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4796 Prikazi

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
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
jul. 25
3304
1
jan. 24
1501
0
maj 17
4729
1
feb. 22
4621
0
jun. 21
2659