This commit is contained in:
lihui 2020-01-09 10:41:21 +08:00
parent b83ad01397
commit 4217bacf54
1 changed files with 2 additions and 2 deletions

View File

@ -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 */ /* mktime will be affected by TZ, set by using taos_options */
int64_t seconds = mktime(&tm); //int64_t seconds = mktime(&tm);
//int64_t seconds = (int64_t)user_mktime(&tm); int64_t seconds = (int64_t)user_mktime(&tm);
int64_t fraction = 0; int64_t fraction = 0;