Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4848 Переглядів

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,



Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
3
лип. 25
3445
1
січ. 24
1567
0
трав. 17
4783
1
лют. 22
4676
0
черв. 21
2701