[
https://issues.apache.org/jira/browse/DAFFODIL-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Lawrence resolved DAFFODIL-1525.
--------------------------------------
Resolution: Fixed
Fix Version/s: 2.4.0
This was actually fixed as part of DAFFODIL-2026. The date/time conversion
logic was all refactored and moved into DFDLCalendarConversion.scala, and
NodeInfo was updated to use those conversions.
Marking as Fixed.
> Determine if there is a better way to convert an XML String to a date/time
> --------------------------------------------------------------------------
>
> Key: DAFFODIL-1525
> URL: https://issues.apache.org/jira/browse/DAFFODIL-1525
> Project: Daffodil
> Issue Type: Improvement
> Components: Back End, Clean Ups
> Reporter: Steve Lawrence
> Priority: Major
> Labels: beginner
> Fix For: 2.4.0
>
>
> The way we currently do it, in NodeInfo.scala, is to use the DPath
> conversion. This function takes a dstate, and we just pass in null. This
> works since the conversion doesn't actually use dstate, but if it eventually
> does, things will break. We need to determine if there's a better way to
> handle this, or perhaps move the conversion code out of DPath and have DPath
> reference it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)