From the screenshot, as you can see, there is data in my table t1
. And I want to filter the query with the same timestamp in t1
, but there is no result.
Asked
Active
Viewed 77 times
0

Mark Rotteveel
- 100,966
- 191
- 140
- 197

Jackson
- 9
- 4
1 Answers
0
The issue must be caused by the timezone setting of your local environment. You should double-check if the timezone in your taos.cfg file which is under /etc/taos/ for Linux env and compare it with your machine timezone by the command date
. If those do not match, then you should make it the same.

zhaoyanggh
- 275
- 1
- 9