跳至内容
菜单
此问题已终结
3 回复
8992 查看

i have a website field called "appointment_date"

selected appointment date is not coming in odoo backend record.please help me some body. i want to show the exact date of that field

形象
丢弃
最佳答案

Odoo stores date and time in UTC, not the Local Timezone.

There is a difference of 5 Hours and 30 Minutes between IST And UTC

It may be 5:30 AM in India, but in the database its stores 12:00 AM 

To Change Time Zone 

  • Activate Developer Mode 

  • Go to Settings> Users & Companies> Users 

  • Preferences> Timezone

形象
丢弃
编写者

i have done this i set the user time zone as asia/kolkata still time is not changed.

最佳答案

You can add timedelta 5:30 

(x.custom_datetime + timedelta(hours=5,minutes=30)).strftime('%d %B %Y %I:%M %p')

形象
丢弃
最佳答案

Hi,

Please check this,

https://www.odoo.com/fr_FR/forum/aide-1/question/time-zone-problem-in-odoo-118905

https://www.odoo.com/fr_FR/forum/aide-1/question/how-to-convert-utc-datetime-to-local-118994

Muhammed Ali M - iWesabe

形象
丢弃
相关帖文 回复 查看 活动
0
1月 22
2900
2
12月 23
14892
0
10月 23
33
3
10月 23
789
1
10月 23
569