nerdocs / pydifact

A python EDIFACT library.
MIT License
154 stars 45 forks source link

Less strict date parsing #49

Closed fbinz closed 2 years ago

fbinz commented 2 years ago

EDIFACT syntax versions 3 and 4 changed the date/time of preparation header date format from 6 to 8 characters )(i. e. the year is represented as 2 resp. 4 digits).

This pull request makes the date parsing a bit more lax.

nerdoc commented 2 years ago

Thanks & sorry for the long delay.