You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Mike Beckerle (Jira)" <ji...@apache.org> on 2021/01/13 22:33:00 UTC

[jira] [Assigned] (DAFFODIL-1124) DPath: xs:date constructor more lax - allows missing digits

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

Mike Beckerle reassigned DAFFODIL-1124:
---------------------------------------

    Assignee: Mike Beckerle

> DPath: xs:date constructor more lax - allows missing digits
> -----------------------------------------------------------
>
>                 Key: DAFFODIL-1124
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-1124
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Back End, ICU
>    Affects Versions: s15
>            Reporter: Jessie Chab
>            Assignee: Mike Beckerle
>            Priority: Minor
>
> Note: this issue is in the dpath branches, not the current 0.15.0
> In the XPath implementation of Daffodil, if you provided the xs:date constructor with a date like the following: 1991-03-4, you would get this error:
> Invalid date "1991-03-4" (Day must be two digits). Now the function accepts sincle-digit days and it parses as 1991-03-04+00:00.
> This may be our expected behavior but I thought I should note the discrepancy.
> See test test_date_constructor_01 in the following file:
> daffodil-test/src/test/resources/edu/illinois/ncsa/daffodil/section23/dfdl_functions/Functions.tdml



--
This message was sent by Atlassian Jira
(v8.3.4#803005)