Skip to Content
मेन्यू
This question has been flagged
1 Reply
3266 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
5578
8
मई 23
62048
4
फ़र॰ 23
72327
0
मार्च 21
7077
3
जुल॰ 20
21564