Skip to content
Snippets Groups Projects
Commit ccf51984 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] Fixed typo in rev 1975.

lp bug: https://launchpad.net/bugs/389544 fixed

bzr revid: odo@openerp.com-20100106232831-92najrab4hhsvz7z
parent b276421b
Branches
Tags
No related merge requests found
......@@ -1240,7 +1240,7 @@ def detect_server_timezone():
# of timezones in windows is rarely something that is known to pytz.
# But that's ok, it is always possible to use a config option to set
# it explicitly.
sources.append((get_win32_tz(),"Windows Registry"))
sources.append((get_win32_timezone(),"Windows Registry"))
for (value,source) in sources:
if value:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment