Skip to Content
मेन्यू
This question has been flagged
1 Reply
3095 Views

Hello everybody, I created a cron for assign a datetime field:

                fech = str(fecha_actual)+" 17:30:00"
                fech = datetime.strptime(fech, '%Y-%m-%d %H:%M:%S')


But when I go to Odoo in the UI I see 19:30:00 and not 17:30:00.


What could be the problem? Thank You so much!

Avatar
Discard
Best Answer

it's because  server compute/store all the datetime field in UTC format and UI display it in your/browser timezone 

Avatar
Discard
Related Posts Replies Views Activity
0
जन॰ 20
5312
8
मई 23
61368
4
फ़र॰ 23
71730
0
मार्च 21
6704
3
जुल॰ 20
21079