Sunday, October 26, 2025
1 change · saas-18.2
Resolved issues and error corrections
Users in timezones with 30- or 45-minute offsets no longer see an incorrect timezone mismatch warning when their device and Odoo preferences match. This prevents unnecessary confusion in user settings for affected regions.
Original PR description
**Steps to reproduce** - Set your machine timezone to one ending in :30 or :45 - Open your user preferences and chose the same timezone Issue: the timezone mismatch icon is displayed. **Cause** `.toFixed(0)` rounds to the nearest integer. **Change** Always round down the hour part. opw-5123025 Forward-Port-Of: odoo/odoo#232813 Forward-Port-Of: odoo/odoo#230274