未验证 提交 2afef97f 编写于 作者: F fangpanpan 提交者: GitHub

Merge pull request #1107 from taosdata/feature/lihui

[#1096]
......@@ -292,8 +292,8 @@ int32_t parseLocaltime(char* timestr, int64_t* time, int32_t timePrec) {
}
/* mktime will be affected by TZ, set by using taos_options */
int64_t seconds = mktime(&tm);
//int64_t seconds = (int64_t)user_mktime(&tm);
//int64_t seconds = mktime(&tm);
int64_t seconds = (int64_t)user_mktime(&tm);
int64_t fraction = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册