Does anyone know the process for getting the timezone to reflect Daylight Savings Time? I see mixed results between different installs, but more than one did not make this change seamlessly.
Scenarios:
- All servers are v6.0.3 or 6.0.4 running on either Ubuntu or Debian.
- All of the os's are aware of the correct time, per bash date command.
- All of the openerp servers are getting their timezone setting from /etc/timezone, which is sourced by tools/main.py/detect_server_timezone()
Troubleshooting:
- Restarting the openerp server process does not resolve it.
- In the effected database, pgsql now() is correct.
- Rebooting the ubuntu server does not resolve it.
- Changing the timezone in the logged in users Preferences tab from America/New_York to EST5EDT or empty does not resolve it.
- I wonder if this could be related. I cannot post links yet, but this is a url at stack overflow. -> converting-timezone-aware-date-string-to-utc-and-back-in-python