Commit 21c0dcf1 authored by Łukasz Nowak's avatar Łukasz Nowak

Re-add support for timezone.

parent a0bcaf15
...@@ -114,7 +114,8 @@ class Recipe(GenericBaseRecipe): ...@@ -114,7 +114,8 @@ class Recipe(GenericBaseRecipe):
TMP=self.options['tmp-path'], TMP=self.options['tmp-path'],
TMPDIR=self.options['tmp-path'], TMPDIR=self.options['tmp-path'],
HOME=self.options['tmp-path'], HOME=self.options['tmp-path'],
PATH=self.options['bin-path'] PATH=self.options['bin-path'],
TIMEZONE=self.options['timezone'],
) )
# configure default Zope2 zcml # configure default Zope2 zcml
open(self.options['site-zcml'], 'w').write(open(self.getTemplateFilename( open(self.options['site-zcml'], 'w').write(open(self.getTemplateFilename(
......
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