Explorar el Código

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

Jordy Sipkema hace 9 años
padre
commit
4edd168fc0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;