Describe the bug
Parsing dates in NIRx files does not work reliably for non English files.
Steps to reproduce
See #7891 and test test_encoding() in test_nirx.py.
Expected results
Date should be read correctly.
Actual results
Currently reading of date fails and the date is set to Jan 1st 2000
Additional information
To address this issue we need to know the date format for non English files. If non standard month naming is used (French) we need to know the non standard names used. If someone encounters this issue, it would be good to contact the vendor too.
Describe the bug
Parsing dates in NIRx files does not work reliably for non English files.
Steps to reproduce
See #7891 and test
test_encoding()intest_nirx.py.Expected results
Date should be read correctly.
Actual results
Currently reading of date fails and the date is set to Jan 1st 2000
Additional information
To address this issue we need to know the date format for non English files. If non standard month naming is used (French) we need to know the non standard names used. If someone encounters this issue, it would be good to contact the vendor too.