Skip to content
Snippets Groups Projects
Commit 9aaed653 authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[FIX] setup: server UTC timezone on windows

In 07bf7bf4 a fix was introduced for windows server UTC timezone.

It is possible it would be helpful in some situation to also have it in
setup/odoo (for example if odoo was installed on windows in some other
way than the Installation bundle).

opw-693764
parent a93632df
Branches
Tags
No related merge requests found
#!/usr/bin/env python
# set server timezone in UTC before time module imported
__import__('os').environ['TZ'] = 'UTC'
__import__('pkg_resources').declare_namespace('odoo.addons')
import odoo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment