You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/16 09:44:18 UTC

[jira] [Commented] (ASTERIXDB-1292) print-datetime print a wrong date

    [ https://issues.apache.org/jira/browse/ASTERIXDB-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148276#comment-15148276 ] 

ASF subversion and git services commented on ASTERIXDB-1292:
------------------------------------------------------------

Commit bcfd410d61fa84fd5828d7ca41f336bb82f60746 in incubator-asterixdb's branch refs/heads/master from [~javierjia]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=bcfd410 ]

Fix ASTERIXDB-1292

Change-Id: Iee8e9b87145d9b3511874cd11d61ae87acdc94c7
Reviewed-on: https://asterix-gerrit.ics.uci.edu/636
Reviewed-by: Till Westmann <ti...@apache.org>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Yingyi Bu <bu...@gmail.com>


> print-datetime print a wrong date
> ---------------------------------
>
>                 Key: ASTERIXDB-1292
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1292
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Jianfeng Jia
>            Assignee: Jianfeng Jia
>
> {code}
> let $t := datetime("2016-01-10T12:36:12.000Z")
> return  print-datetime($t, "YYYY-MM-DD hh") 
> {code}
> Result is
> {code}
> "2016-01-010 12"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)