Commit 12ecde00 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Explicitly set TZ to GMT.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1786 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c48b680a
......@@ -387,6 +387,9 @@ main(int argc, char *argv[])
setbuf(stdout, NULL);
setbuf(stderr, NULL);
setenv("TZ", "GMT", 1);
tzset();
memset(cli, 0, sizeof cli);
cli[0].sb = vsb_new(NULL, NULL, 0, VSB_AUTOEXTEND);
XXXAN(cli[0].sb);
......
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