timezone fixed at UTC

git-svn-id: file:///svn/unbound/trunk@2185 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2010-07-06 10:18:24 +00:00
parent c188d259d6
commit 7d9caee481
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ main(int argc, char* argv[])
struct replay_scenario* scen = NULL;
/* we do not want the test to depend on the timezone */
setenv("TZ", "GMT-1", 1);
(void)setenv("TZ", "UTC", 1);
log_init(NULL, 0, NULL);
log_info("Start of %s testbound program.", PACKAGE_STRING);