Explorar el Código

update: 默认时区改成东八区

Wendal Chen hace 2 años
padre
commit
b8b6a63b1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/port/luat_rtc_air101.c

+ 1 - 1
app/port/luat_rtc_air101.c

@@ -7,7 +7,7 @@
 #define LUAT_LOG_TAG "rtc"
 #include "luat_log.h"
 
-int rtc_timezone = 0;
+int rtc_timezone = 32;
 
 static int luat_rtc_handler(lua_State *L, void* ptr) {
     lua_getglobal(L, "sys_pub");