Skip to Content
Menú
This question has been flagged
1 Respondre
4774 Vistes

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
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
3
de jul. 25
3293
1
de gen. 24
1499
0
de maig 17
4713
1
de febr. 22
4614
0
de juny 21
2644