xiaozhihong created IOTDB-1617:
----------------------------------
Summary: currently CLI does not support yyyy-MM-dd HH:mm:-0800
time format
Key: IOTDB-1617
URL: https://issues.apache.org/jira/browse/IOTDB-1617
Project: Apache IoTDB
Issue Type: Improvement
Components: Client/CLI
Reporter: xiaozhihong
Like this:2021-08-01 08:10:10-0800,CLI don't support.
Enter CLI:
IoTDB> insert into root.ln.wf01.wt01(time,status) values(2021-08-01
08:10:10-0800,true)
Msg: 401: Error occurred while parsing SQL to physical plan: line 1:69
mismatched input '-' expecting ','
IoTDB> insert into root.ln.wf01.wt01(time,status) values(2021-08-01
08:10:10-08:00,true)
Msg: The statement is executed successfully.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)