[
https://issues.apache.org/jira/browse/TAJO-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218029#comment-14218029
]
ASF GitHub Bot commented on TAJO-1187:
--------------------------------------
GitHub user charsyam opened a pull request:
https://github.com/apache/tajo/pull/261
TAJO-1187: TajoCli should print time/timestamp values with timezone
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/charsyam/tajo feature/tajocli-timezone
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/261.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 #261
----
commit c3b94cdeeac727650d31b428018669054a6310a0
Author: clark.kang <[email protected]>
Date: 2014-11-19T15:33:20Z
TAJO-1187
----
> TajoCli should print time/timestamp values with timezone
> --------------------------------------------------------
>
> Key: TAJO-1187
> URL: https://issues.apache.org/jira/browse/TAJO-1187
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyunsik Choi
> Assignee: DaeMyung Kang
> Labels: timezone
> Fix For: 0.9.1
>
>
> Tajo does not print time with timezone. For example, the difference between
> PostgreSQL and Tajo as follows:
> {noformat}
> SELECT now();
> ------------------------------------
> PostgreSQL: 2014-11-17 02:19:15.045759-08
> Tajo : 2014-11-17 02:20:46.63
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)