You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/05/07 02:51:01 UTC

[iotdb] branch jira1315 created (now d3c2494)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch jira1315
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at d3c2494  [IOTDB-1315] ExportCsvTool should support timestamp `yyyy-MM-dd'T'HH:mm:ss.SSSZ` (#3115)

This branch includes the following new commits:

     new d3c2494  [IOTDB-1315] ExportCsvTool should support timestamp `yyyy-MM-dd'T'HH:mm:ss.SSSZ` (#3115)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: [IOTDB-1315] ExportCsvTool should support timestamp `yyyy-MM-dd'T'HH:mm:ss.SSSZ` (#3115)

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch jira1315
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit d3c24944b076c3ce194fa35b879465442b40dc65
Author: kydxh <83...@users.noreply.github.com>
AuthorDate: Fri May 7 09:58:49 2021 +0800

    [IOTDB-1315] ExportCsvTool should support timestamp `yyyy-MM-dd'T'HH:mm:ss.SSSZ` (#3115)
---
 cli/src/main/java/org/apache/iotdb/tool/AbstractCsvTool.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cli/src/main/java/org/apache/iotdb/tool/AbstractCsvTool.java b/cli/src/main/java/org/apache/iotdb/tool/AbstractCsvTool.java
index 38058fe..ff8b925 100644
--- a/cli/src/main/java/org/apache/iotdb/tool/AbstractCsvTool.java
+++ b/cli/src/main/java/org/apache/iotdb/tool/AbstractCsvTool.java
@@ -71,6 +71,7 @@ public abstract class AbstractCsvTool {
         "yyyy-MM-dd'T'HH:mm:ssZZ",
         "yyyy/MM/dd'T'HH:mm:ssZZ",
         "yyyy.MM.dd'T'HH:mm:ssZZ",
+        "yyyy-MM-dd'T'HH:mm:ss.SSSZ",
         "yyyy/MM/dd HH:mm:ss.SSS",
         "yyyy-MM-dd HH:mm:ss.SSS",
         "yyyy.MM.dd HH:mm:ss.SSS",