You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Gregory Hart (Jira)" <ji...@apache.org> on 2022/03/02 00:46:00 UTC

[jira] [Created] (CALCITE-5027) Incorrect format for timestamp literals

Gregory Hart created CALCITE-5027:
-------------------------------------

             Summary: Incorrect format for timestamp literals
                 Key: CALCITE-5027
                 URL: https://issues.apache.org/jira/browse/CALCITE-5027
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: Gregory Hart


The SqlDialect#quoteTimestampLiteral method uses the wrong format for standard SQL. Instead of "day of month" it uses "day of year", and instead of seconds is uses milliseconds. To fix this method, the format should be changed to: 

yyyy-MM-dd HH:mm:ss



--
This message was sent by Atlassian Jira
(v8.20.1#820001)