-
- Downloads
[FIX] mail: activity view=>no tz for deadline date
In activity view, the deadline date that has no timezone is formatted from UTC to local timezone, so if the timezone is negative, we display by error the previous day (eg. 24 october instead of 25 october). With this commmit, we interpret the date in local timezone so there is no timezone issue. note: no test added since this only happen on browser with negative timezone which would be hard to test. note: this was fixed similarily in 13.0 with 07355470 but must have been lost in a refactoring. opw-2629681 closes odoo/odoo#78681 Signed-off-by:Nicolas Lempereur (nle) <nle@odoo.com>
Please register or sign in to comment