Hello,
I have this piece of code to fill a text field with a time:
MyDate = record.x_studio_approved_date_time_exit + datetime.timedelta(hours=1)
As you see, I hard coded the time difference with odoo server. But I would like to remove that hard code and make it work all year long (and not modify hours to 1 or 2 depending on summer or winter).
Could you tell me how I must change this to always show my time in CET?
Thank you for your help!