lutaml / reqif

Parser and builder for ReqIF
1 stars 0 forks source link

Fix specs #1

Open ronaldtse opened 2 weeks ago

ronaldtse commented 2 weeks ago

Most of the specs are failing due to the ISO 8601 string differences:

                diff from    : LAST-CHANGE="2012-04-06T23:51:37+00:00"
                diff to      : LAST-CHANGE="2012-04-07T01:51:37.112+02:00"

I believe this is something that needs to be fixed in lutaml-model, where the date-time that is read needs to retain its original time offset (+02:00) and the original precision.

ronaldtse commented 2 weeks ago

Depends on:

ronaldtse commented 1 week ago

This will be fixed by using the new mechanism at lutaml-model for high-precision date time using custom date types.