Browse Source

This should let us get TZ from environment.

root 4 years ago
parent
commit
75b56c5111
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hharry.cpp

+ 1 - 0
hharry.cpp

@@ -315,6 +315,7 @@ int main(int argc, char *argv[]) {
   pid_t pid;
   node = -1;
 
+  tzset();
   init_harry();
   srandom(time(NULL));