Commit 716f8ddc authored by Romain Courteaud's avatar Romain Courteaud

Timezone is set with TZ variable

parent 646edb3d
...@@ -115,7 +115,7 @@ class Recipe(GenericBaseRecipe): ...@@ -115,7 +115,7 @@ class Recipe(GenericBaseRecipe):
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'], TZ=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