Account Move post_date stored is diferent with the realy date that was posted

I am in the time zone America/Bogota (-5) and if I Post a Account Move (account.move) after the 19:00 (in my timezone) the field move.post_date(modules/account: 226faf0e924a move.py) stored has a difference of one day with the date that was posted.

I think this is about converting an datetime object to a date object(trytond: 6aa537cd2ea7 trytond/ir/date.py) and that this difference varies depending on the time zone.

Is this the expected behavior?

Note: that topic may be related to this topic Change most Date fields by DateTime

Are you sure you have setup the timezone on the company?

1 Like

Thank you ced, The company did not have configured the time zone.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.