Commit 090c8126 authored by Łukasz Nowak's avatar Łukasz Nowak

Use London timezone.

It is the same as Dublin, but not buggy.
parent 34ec5983
......@@ -31,7 +31,10 @@ import zc.buildout
import sys
import netaddr
BEF_TIMEZONE = 'BST'
# BST and Europe/Dublin timezones suffer from bug when conversion to self
# zone adds one hour
#BEF_TIMEZONE = 'BST'
BEF_TIMEZONE = 'Europe/London'
def validLoopBackAddress(ip):
if netaddr.IPAddress(ip).is_loopback():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment