Commit 2bc46ba1 authored by Romain Courteaud's avatar Romain Courteaud

Timezone is set with TZ variable

parent 8b8f409e
...@@ -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'],
) )
# longrequestlogger product which requires environment settings # longrequestlogger product which requires environment settings
......
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