提交 4217bacf 编写于 作者: L lihui

[#1096]

上级 b83ad013
......@@ -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.
先完成此消息的编辑!
想要评论请 注册