You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2021/09/03 07:58:00 UTC

[jira] [Created] (IOTDB-1617) currently CLI does not support yyyy-MM-dd HH:mm:-0800 time format

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)