diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-02 14:46:38 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-02 14:46:38 -0300 |
commit | 0cacbe7c8dae97a04654c2cca5e928dfa9e3741d (patch) | |
tree | d070b8ff62663869fdad5874cd332f2367898915 /changes/bug-3595_fix-gateway-selection-problem | |
parent | d99947002dba95174f1217850d500efb50a4cb74 (diff) |
Fix local offset calculation. Closes #3595.
Python returns the timezone with the opposed sign to the standard
notation.
Diffstat (limited to 'changes/bug-3595_fix-gateway-selection-problem')
-rw-r--r-- | changes/bug-3595_fix-gateway-selection-problem | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-3595_fix-gateway-selection-problem b/changes/bug-3595_fix-gateway-selection-problem new file mode 100644 index 00000000..7225eed0 --- /dev/null +++ b/changes/bug-3595_fix-gateway-selection-problem @@ -0,0 +1 @@ + o Fix gateway selection problem. Closes 3595. |