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

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

     [ https://issues.apache.org/jira/browse/ASTERIXDB-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jianfeng Jia resolved ASTERIXDB-1292.
-------------------------------------
    Resolution: Fixed

> 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)