“ba857d5b93e51f8d64b609628738ca1108bb991b”上不存在“...tools/taosdemoAllTest/taosdemoTestSubWithJsonAsync.py”
提交 e4678395 编写于 作者: G Ganlin Zhao

fix(query): timezone check minor fix

上级 f2426f80
...@@ -1054,7 +1054,7 @@ static bool validateHourRange(int8_t hour) { ...@@ -1054,7 +1054,7 @@ static bool validateHourRange(int8_t hour) {
} }
static bool validateMinuteRange(int8_t hour, int8_t minute, char sign) { static bool validateMinuteRange(int8_t hour, int8_t minute, char sign) {
if (minute == 0 || (minute == 30 && (hour == 3 || hour == 5) && sign == '-')) { if (minute == 0 || (minute == 30 && (hour == 3 || hour == 5) && sign == '+')) {
return true; return true;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册