This commit is contained in:
jiacy-jcy 2022-04-20 10:01:50 +08:00
parent 725f345890
commit f6c3c5d4f1
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ class TDTestCase:
tdSql.query("select timezone() from normaltb")
tdSql.checkRows(2)
# tdSql.checkData(0,0,"Asia/Shanghai (CST, +0800)")
# tdSql.checkData(1,0,"Asia/Shanghai (CST, +0800)")
tdSql.checkData(0,0,"Asia/Shanghai (CST, +0800)")
tdSql.checkData(1,0,"Asia/Shanghai (CST, +0800)")
tdSql.execute("insert into normaltb values(today(),3,3.333,333.333333)")
tdSql.query("select * from normaltb where ts=today()")