瀏覽代碼

Set TIME_ZONE (define) to 1 (UTC+1)

Jordy Sipkema 9 年之前
父節點
當前提交
4edd168fc0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ntp.c

+ 1 - 1
ntp.c

@@ -19,7 +19,7 @@
 
 #include "ntp.h"
 
-#define TIME_ZONE 0
+#define TIME_ZONE 1
 
 time_t ntp_time = 0;
 tm *ntp_datetime;