跳至內容
選單
此問題已被標幟
3 回覆
9027 瀏覽次數

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
2945
2
12月 23
14973
0
10月 23
33
3
10月 23
790
1
10月 23
569