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!