mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-17 03:48:55 +00:00
first commit
This commit is contained in:
@@ -41,8 +41,8 @@ void setup_scr_dateinfopage(lv_ui *ui)
|
||||
time(&now);
|
||||
localtime_r(&now, &timeinfo);
|
||||
|
||||
LOG_I("timezone utc:%d",tz_get());
|
||||
LOG_I("time==%d:%d:%d:%d:%02d:%02d:%02d:%02d:%02d",
|
||||
LOG_I_LINE("timezone utc:%d",tz_get());
|
||||
LOG_I_LINE("time==%d:%d:%d:%d:%02d:%02d:%02d:%02d:%02d",
|
||||
timeinfo.tm_isdst, //是否为夏时制
|
||||
timeinfo.tm_yday, //一年过去的天数
|
||||
timeinfo.tm_wday, //星期,1对应星期一
|
||||
|
||||
Reference in New Issue
Block a user