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/10 01:30:18 UTC

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

Jianfeng Jia created ASTERIXDB-1292:
---------------------------------------

             Summary: 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: Chris Hillery



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