[
https://issues.apache.org/jira/browse/TRAFODION-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15964104#comment-15964104
]
ASF GitHub Bot commented on TRAFODION-2493:
-------------------------------------------
GitHub user andyyangcn opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1060
[TRAFODION-2493] to_char with format 'MONTH DD, YYYY, HH:MI' is wrong
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andyyangcn/incubator-trafodion bugfix2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1060.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1060
----
commit 82052c2e804ab3a7c97011a145e90adb97216df1
Author: Andy Yang <[email protected]>
Date: 2017-04-11T09:35:53Z
[TRAFODION-2493] to_char with format 'MONTH DD, YYYY, HH:MI' is wrong
----
> to_char with format 'MONTH DD, YYYY, HH:MI' is wrong
> ----------------------------------------------------
>
> Key: TRAFODION-2493
> URL: https://issues.apache.org/jira/browse/TRAFODION-2493
> Project: Apache Trafodion
> Issue Type: Bug
> Components: dev-environment
> Affects Versions: 2.0-incubating
> Reporter: Yuan Liu
> Assignee: Yang, Yongfeng
>
> SQL>select to_char(current_timestamp, 'MONTH DD, YYYY, HH:MI') from
> (values(1));
> (EXPR)
> -------------------------
> February 21, 2017, 17:29:
> --- 1 row(s) selected.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)