You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "liuyu (Jira)" <ji...@apache.org> on 2022/01/24 06:38:00 UTC

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

    [ https://issues.apache.org/jira/browse/IOTDB-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480842#comment-17480842 ] 

liuyu commented on IOTDB-1617:
------------------------------

 i want to do this issue

> 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: Planner/SQLParser
>            Reporter: xiaozhihong
>            Priority: Minor
>              Labels: easy-fix
>
> 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.20.1#820001)