[
https://issues.apache.org/jira/browse/TRAFODION-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962518#comment-15962518
]
ASF GitHub Bot commented on TRAFODION-2493:
-------------------------------------------
GitHub user andyyangcn opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1053
[TRAFODION-2493] to_char with format 'MONTH DD, YYYY, HH:MI' is wrong
adjust the output of date format DATETIME_FORMAT_TS9
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andyyangcn/incubator-trafodion master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1053.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 #1053
----
commit 70c70d9b69238b4ceb536a4033d0d50c519c23ab
Author: Andy Yang <[email protected]>
Date: 2017-04-10T06:49:19Z
[TRAFODION-2493] to_char with format 'MONTH DD, YYYY, HH:MI' is wrong
commit 1e43833b1b520a20a76e4822ee7131103680e8c5
Author: Andy Yang <[email protected]>
Date: 2017-04-10T07:01:54Z
Merge branch 'master' of https://github.com/apache/incubator-trafodion
----
> 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)