소스 검색

This should let us get TZ from environment.

root 4 년 전
부모
커밋
75b56c5111
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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));